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);