diff --git a/components/quickLogin.vue b/components/quickLogin.vue index f421b41..464dcd7 100644 --- a/components/quickLogin.vue +++ b/components/quickLogin.vue @@ -27,7 +27,7 @@ export default { if (uni.getStorageSync("TEMPORARY_CODE")) { let wxRes = uni.getStorageSync("TEMPORARY_CODE"); that.G.Get( - that.api.login_wechat, + that.api.login_wechat, { openId: wxRes.openId, tel: wxRes.phoneNumber,