Browse Source

修改弹窗广告bug

master
caichunsheng 4 years ago
parent
commit
73b5974c2b
  1. 4
      pages/index/index.js

4
pages/index/index.js

@ -196,6 +196,10 @@ Page({
alertSwipeList: res.data || [], alertSwipeList: res.data || [],
showAdv: true showAdv: true
}) })
}else{
wx.showTabBar({
animation: true,
})
} }
}) })

Loading…
Cancel
Save