Selaa lähdekoodia

下拉刷新修复

yuwenjun 4 vuotta sitten
vanhempi
commit
b584287626
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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: {