mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-13 04:46:47 +08:00
提交
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.findData(true);
|
|
||||||
this.queryMessage(true);
|
this.queryMessage(true);
|
||||||
},
|
},
|
||||||
onPullDownRefresh() {
|
onPullDownRefresh() {
|
||||||
@@ -120,6 +120,9 @@
|
|||||||
},
|
},
|
||||||
click(item) {
|
click(item) {
|
||||||
this.tab = item.index;
|
this.tab = item.index;
|
||||||
|
if(item.index == 1 && this.data.length == 0) {
|
||||||
|
this.findData(true);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
ubtab(num){
|
ubtab(num){
|
||||||
this.tab = num
|
this.tab = num
|
||||||
|
|||||||
Reference in New Issue
Block a user