@@ -177,12 +177,9 @@
// }
- this.indicator=[]
- },
- onShow:function(){
-
this.indicator=[]
+
// 首页数据渲染
if(uni.getStorageSync('token')){
this.getSearchList();
@@ -218,6 +215,13 @@
})
}
this.status = true
+ },
+ onShow:function(){
+ // this.indicator=[]
},
methods: {
async init() {