|
@@ -24,7 +24,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
"use strict";
|
|
|
-
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
|
value: true
|
|
@@ -43,9 +43,15 @@ var _default = {
|
|
|
onShow: function onShow() {
|
|
|
var t = new Date().getTime();
|
|
|
this.webViewSrc = "http://h5.xazhyc.com/art?token=".concat((0, _auth.getToken)(), "&t=&{t}");
|
|
|
+ },
|
|
|
+ onPullDownRefresh: function onPullDownRefresh() {
|
|
|
+ var t = new Date().getTime();
|
|
|
+ this.webViewSrc = "http://h5.xazhyc.com/art?token=".concat((0, _auth.getToken)(), "&t=&{t}");
|
|
|
+ uni.stopPullDownRefresh();
|
|
|
}
|
|
|
};
|
|
|
exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
|