浏览代码

下拉刷新修复

yuwenjun 4 年之前
父节点
当前提交
b584287626
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      pages/index/index.vue

+ 2 - 0
pages/index/index.vue

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