Explorar el Código

下拉刷新修复

yuwenjun hace 4 años
padre
commit
b584287626
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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: {