Commit 023b0e46 by 李嘉林

下拉刷新

parent 4458647b
......@@ -911,6 +911,9 @@ export default {
console.log(res,'-----onShareTimeline')
},
onPullDownRefresh(){
setTimeout(() => {
wx.stopPullDownRefresh();
}, 1500);
console.log('onPullDownRefresh',this.$store.state.extConfig)
app.getShopInfo(this.$store.state.extConfig);
app.getThemePage(this.$store.state.extConfig);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment