bug
This commit is contained in:
@@ -37,6 +37,7 @@ export default {
|
||||
const {encryptedData, errMsg, iv} = arg.detail
|
||||
if (errMsg == 'getPhoneNumber:ok') {
|
||||
tools.$getLoginCode().then(() => {
|
||||
console.log(iv, this.code)
|
||||
this.$instance.post(`/app/appwechatuser/getWechatUserPhone`, {
|
||||
encryptedData, iv,
|
||||
code: this.code
|
||||
|
||||
Reference in New Issue
Block a user