lilei
11 months ago
|
@@ -53,6 +53,8 @@
|
|
|
}
|
|
|
},
|
|
|
onLoad() {
|
|
|
+ },
|
|
|
+ onShow() {
|
|
|
this.pageInit()
|
|
|
},
|
|
|
onHide() {
|
|
@@ -64,6 +66,7 @@
|
|
|
pageInit(){
|
|
|
this.total = 0
|
|
|
this.pageNo = 1
|
|
|
+ this.list = []
|
|
|
this.getRow()
|
|
|
},
|
|
|
// scroll-view到底部加载更多
|
|
@@ -83,6 +83,7 @@
|
|
|
pageInit(){
|
|
|
this.total = 0
|
|
|
this.pageNo = 1
|
|
|
+ this.list = []
|
|
|
this.getRow()
|
|
|
},
|
|
|
// tabs通知swiper切换
|