From e3e7ad40bc16ef5b28e5132ee74fc16fe1cca2f7 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Mon, 4 Aug 2025 15:13:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/quickLogin.vue | 4 ++-- root/detail/userShare.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/quickLogin.vue b/components/quickLogin.vue index 464dcd7..f4d97c4 100644 --- a/components/quickLogin.vue +++ b/components/quickLogin.vue @@ -27,12 +27,12 @@ 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, unionid: wxRes.unionid, - createFakerAgency: 1, + createFakerAgency: 1, }, (res) => { console.log("res", res); diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue index 10070f3..01353cf 100644 --- a/root/detail/userShare.vue +++ b/root/detail/userShare.vue @@ -10,7 +10,7 @@ @touchmove="onTouchMove" @touchend="onTouchEnd" > -