From f8ef4a612205b6f5210d873a102b2248dfba4ead Mon Sep 17 00:00:00 2001 From: wk Date: 星期五, 09 八月 2024 13:48:03 +0800 Subject: [PATCH] feat:头像更改 --- pages/login/login.vue | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index 9da20f8..b19ce1e 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -22,7 +22,7 @@ </view> <view class="login-bottom-box"> - <view class="copyright">鍐�涓兘婧愭棤浜哄�煎畧寰俊灏忕▼搴�</view> + <view class="copyright">娌у窞鑱氶殕鍖栧伐鏃犱汉鍊煎畧寰俊灏忕▼搴�</view> <view class="copyright">灏忕▼搴忎粎渚涘凡鎷ユ湁绯荤粺璐﹀彿鐗瑰畾鍐呴儴浜哄憳浣跨敤</view> </view> @@ -125,17 +125,17 @@ uni.showLoading({ title: '鍔犺浇涓�...' }); - wx.request({ - url: `https://api.weixin.qq.com/sns/jscode2session?appid=${this.appid}&secret=${this.secret}&js_code=${code}&grant_type=authorization_code`, - success(res) { - console.log(res, 'openid'); - uni.setStorageSync('openid', res.data.openid); - // uni.showToast({ - // title: '鎴愬姛鑾峰彇娴嬭瘯openid', - // icon: 'none' - // }); - } - }); + // wx.request({ + // url: `https://api.weixin.qq.com/sns/jscode2session?appid=${this.appid}&secret=${this.secret}&js_code=${code}&grant_type=authorization_code`, + // success(res) { + // console.log(res, 'openid'); + // uni.setStorageSync('openid', res.data.openid); + // // uni.showToast({ + // // title: '鎴愬姛鑾峰彇娴嬭瘯openid', + // // icon: 'none' + // // }); + // } + // }); this.$nextTick(() => { apiLoginWx({ code: code }).then(res => { if (res.code != 1) { @@ -162,6 +162,8 @@ this.$u.toast(res.msg); this.bindWxModelShow = true; } + }).catch((err) => { + this.loginPopupShow = false; }); }); this.loginPopupShow = false; -- Gitblit v1.9.1