cyl/master-0804
wangxia 4 months ago
parent 0dd529512b
commit 0c2c3345f0

@ -32,6 +32,7 @@ export default {
openId: wxRes.openId, openId: wxRes.openId,
tel: wxRes.phoneNumber, tel: wxRes.phoneNumber,
unionid: wxRes.unionid, unionid: wxRes.unionid,
createFakerAgency: 1,
}, },
(res) => { (res) => {
console.log("res", res); console.log("res", res);
@ -82,6 +83,7 @@ export default {
openId: wxRes.openId, openId: wxRes.openId,
tel: wxRes.phoneNumber, tel: wxRes.phoneNumber,
unionid: wxRes.unionid, unionid: wxRes.unionid,
createFakerAgency: 1,
}, },
(res) => { (res) => {
that.setToken(res); that.setToken(res);

Loading…
Cancel
Save