...
|
...
|
@@ -149,7 +149,7 @@ Page(Object.assign({ |
|
|
wx.showLoading({
|
|
|
mask: true
|
|
|
});
|
|
|
setTimeout(() => {
|
|
|
// setTimeout(() => {
|
|
|
app = app || getApp();
|
|
|
let uid = app.getUid();
|
|
|
this.setData({
|
...
|
...
|
@@ -170,7 +170,7 @@ Page(Object.assign({ |
|
|
} else {
|
|
|
this._init();
|
|
|
}
|
|
|
}, 1100)
|
|
|
// }, 1100)
|
|
|
},
|
|
|
|
|
|
/**
|
...
|
...
|
|