Browse Source

下拉刷新修复

yuwenjun 4 years ago
parent
commit
b584287626
1 changed files with 2 additions and 0 deletions
  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: {