Sfoglia il codice sorgente

下拉刷新修复

yuwenjun 4 anni fa
parent
commit
b584287626
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      pages/index/index.vue

+ 2 - 0
pages/index/index.vue

@@ -172,6 +172,8 @@ export default {
 		//下拉刷新
 		if (this.hasLogin) {
 			this.GetWxAuthorize()
+		}else{
+			uni.stopPullDownRefresh()
 		}
 	},
 	methods: {