yuxingxing 2 years ago
parent
commit
cd500687de
1 changed files with 1 additions and 0 deletions
  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',