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.$store.commit('OPENID',res.data.openId);
 					this.getUserInfo();
 					this.getUserInfo();
 					}else {
 					}else {
+						uni.hideLoading();
 						uni.showToast({
 						uni.showToast({
 						title: "手机号暂未注册,即将跳转注册界面",
 						title: "手机号暂未注册,即将跳转注册界面",
 						icon: 'none',
 						icon: 'none',