是因为隐私协议正在开通?
手机号快速验证登录组件真机调试报错?getPhoneNumber(e){ var that = this var code = e.detail.code console.log(code) console.log(22222) // debugger LoginByWxPhone({code:code,username:that.openIdCode}).then(res=>{ console.log(res) if (res.code == 200 && res.token) { uni.setStorageSync('token', res.token); this.loadUserInfo() }else{ this.$u.toast('验证失败') } }).catch((res) => { console.log("catch") console.log(res) uni.showToast({ title: res, icon: "none" }) }).finally(() => { console.log("finally") uni.hideLoading() }) }, 报错内容为[图片]
03-24