Authored by huangyCode

index刷新

... ... @@ -7,8 +7,8 @@ Page({
},
onUnload:function(){
wx.removeStorageSync('errorFlag')
event.on('errorPage',(fun)=>{ fun && fun()});
wx.removeStorageSync('errorFlag');
event.on('errorPage', function(fun){ fun && fun()});
},
back: function () {
wx.navigateBack({
... ...