下拉刷新关闭动画效果调整
This commit is contained in:
parent
fab71abd17
commit
4fddb0da7d
@ -79,6 +79,9 @@ Page({
|
|||||||
});
|
});
|
||||||
}, function(code,data){
|
}, function(code,data){
|
||||||
app.dialog.msg(data.msg);
|
app.dialog.msg(data.msg);
|
||||||
|
},function(){
|
||||||
|
wx.hideNavigationBarLoading();
|
||||||
|
wx.stopPullDownRefresh();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
@ -158,10 +161,6 @@ Page({
|
|||||||
orderKey: '',
|
orderKey: '',
|
||||||
})
|
})
|
||||||
this.onLoad();
|
this.onLoad();
|
||||||
setTimeout(() => {
|
|
||||||
wx.hideNavigationBarLoading()
|
|
||||||
wx.stopPullDownRefresh()
|
|
||||||
}, 500);
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user