...
|
...
|
@@ -124,7 +124,7 @@ Page(Object.assign({ |
|
|
|
|
|
onShow() {
|
|
|
let uid = app.globalData.userInfo.uid > 0 ? app.globalData.userInfo.uid : 0;
|
|
|
event.emit('errorPage',reflash.bind(this));
|
|
|
event.emit('errorPage',this.reflash.bind(this));
|
|
|
|
|
|
|
|
|
this.setData({
|
...
|
...
|
|