dev
liuyongli 3 years ago
parent 62314db793
commit 50b30c32f2

@ -164,6 +164,6 @@ Page({
* 生命周期函数--监听页面显示
*/
onShow: function () {
iPageIndex = 1;
},
})

@ -375,6 +375,7 @@ Page({
* 生命周期函数--监听页面显示
*/
onShow() {
iPageIndex = 1;
// this.getTabBar().init();
this.getData()
},

Loading…
Cancel
Save