mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 21:19:37 +08:00
整改问题
整改问题
This commit is contained in:
parent
70cb77ecd8
commit
69d2802387
@ -39,10 +39,10 @@ Page({
|
||||
openid: res.openid
|
||||
})
|
||||
// 判断用户是否注册
|
||||
if (res.token) {
|
||||
// 跳转首页
|
||||
_this.jumpIndex(res.openid, res.user, res.token.token)
|
||||
}
|
||||
// if (res.token) {
|
||||
// // 跳转首页
|
||||
// _this.jumpIndex(res.openid, res.user, res.token.token)
|
||||
// }
|
||||
})
|
||||
}
|
||||
})
|
||||
|
@ -7,4 +7,8 @@
|
||||
<button wx:if="{{getUserDataType == 'getPhoneNumber'}}" class="loginBtn" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button>
|
||||
</view>
|
||||
|
||||
<view class="text">
|
||||
<text>本小程序仅对上海长阳内部用户使用</text>
|
||||
</view>
|
||||
|
||||
</view>
|
@ -45,3 +45,13 @@
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.text{
|
||||
position: absolute;
|
||||
left: 60%;
|
||||
bottom: 189rpx;
|
||||
margin-left: -320rpx;
|
||||
width: 620rpx;
|
||||
height: 150rpx;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user