|
@@ -275,8 +275,8 @@ var _default = {
|
|
|
signTypeList: []
|
|
|
};
|
|
|
},
|
|
|
- onLoad: function () {
|
|
|
- var _onLoad = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(e) {
|
|
|
+ onShow: function () {
|
|
|
+ var _onShow = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(e) {
|
|
|
var that;
|
|
|
return _regenerator.default.wrap(function _callee$(_context) {
|
|
|
while (1) {
|
|
@@ -298,10 +298,10 @@ var _default = {
|
|
|
}
|
|
|
}, _callee, this);
|
|
|
}));
|
|
|
- function onLoad(_x) {
|
|
|
- return _onLoad.apply(this, arguments);
|
|
|
+ function onShow(_x) {
|
|
|
+ return _onShow.apply(this, arguments);
|
|
|
}
|
|
|
- return onLoad;
|
|
|
+ return onShow;
|
|
|
}(),
|
|
|
methods: {
|
|
|
// 用户信息
|