From 0c2c3345f0c714e4a610cb8e7aee9e3501ddabe1 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 31 Jul 2025 18:00:14 +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, 2 insertions(+) diff --git a/components/quickLogin.vue b/components/quickLogin.vue index f1ba52b..f421b41 100644 --- a/components/quickLogin.vue +++ b/components/quickLogin.vue @@ -32,6 +32,7 @@ export default { openId: wxRes.openId, tel: wxRes.phoneNumber, unionid: wxRes.unionid, + createFakerAgency: 1, }, (res) => { console.log("res", res); @@ -82,6 +83,7 @@ export default { openId: wxRes.openId, tel: wxRes.phoneNumber, unionid: wxRes.unionid, + createFakerAgency: 1, }, (res) => { that.setToken(res);