Authored by huangyCode

503url更改

@@ -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({