Showing
1 changed file
with
1 additions
and
1 deletions
@@ -124,7 +124,7 @@ Page(Object.assign({ | @@ -124,7 +124,7 @@ Page(Object.assign({ | ||
124 | 124 | ||
125 | onShow() { | 125 | onShow() { |
126 | let uid = app.globalData.userInfo.uid > 0 ? app.globalData.userInfo.uid : 0; | 126 | let uid = app.globalData.userInfo.uid > 0 ? app.globalData.userInfo.uid : 0; |
127 | - event.emit('errorPage',reflash.bind(this)); | 127 | + event.emit('errorPage',this.reflash.bind(this)); |
128 | 128 | ||
129 | 129 | ||
130 | this.setData({ | 130 | this.setData({ |
-
Please register or login to post a comment