This commit is contained in:
yanran200730
2022-11-02 10:38:06 +08:00
parent b2ec1d98fb
commit b2c2f89263
6 changed files with 890 additions and 11 deletions

View File

@@ -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