From 71b12ab5259ea48dd1581aec61e3176a760de00b Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Mon, 4 Aug 2025 10:01:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/quickLogin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,