dev
liuyongli 3 years ago
parent 62314db793
commit 50b30c32f2

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

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

Loading…
Cancel
Save