cyl/master-0804
wangxia 4 months ago
parent 71b12ab525
commit e3e7ad40bc

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

@ -10,7 +10,7 @@
@touchmove="onTouchMove"
@touchend="onTouchEnd"
>
<view class="background-container"
<view class="background-container"
style="width: 100%;overflow: hidden;"
>
<view class="background-container"

Loading…
Cancel
Save