yuxingxing 2 년 전
부모
커밋
cd500687de
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pages/users/wechat_login/index.vue

+ 1 - 0
pages/users/wechat_login/index.vue

@@ -206,6 +206,7 @@ export default {
 					this.$store.commit('OPENID',res.data.openId);
 					this.getUserInfo();
 					}else {
+						uni.hideLoading();
 						uni.showToast({
 						title: "手机号暂未注册,即将跳转注册界面",
 						icon: 'none',