pages/login/supplier-login.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/login/supplier-login.vue
@@ -387,7 +387,9 @@ }, onShow() { this.getOpenId(); // #ifdef PUB_CUSTOMER this.getOpenId(); // #endif }, onShareAppMessage() { let that = this; @@ -484,6 +486,10 @@ async handleGetPhoneNumber(e){ let that = this if (!this.protocal) { this.$message.showToast('请同意用户协议') return } console.log(e) console.log(e.detail.code) // 动态令牌 console.log(e.detail.errMsg) // 回调信息(成功失败都会返回) @@ -606,6 +612,12 @@ handleWechatClick() { if (!this.protocal) { this.$message.showToast('请同意用户协议') return } let that = this // 微信登录 uni.login({