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