iOS暂存
This commit is contained in:
parent
fb98086acd
commit
50787f1df9
@ -178,13 +178,8 @@
|
||||
<text v-else @click="appOneClcik">本机一键登录</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="footer-btns" v-else>
|
||||
<view class="login-type-btn actLoginType" style="margin: 0 auto;">
|
||||
<text @click="appOneClcik">本机一键登录</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="bottom"></view>
|
||||
<view class="settlementAgreement" v-if="showAgreement">
|
||||
<view class="setAgCount">
|
||||
@ -207,9 +202,10 @@
|
||||
<text v-else @click="appOneClcik">本机一键登录</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="footer-btns" v-else>
|
||||
|
||||
<view class="footer-btns" v-if="!isInstallWx">
|
||||
<view class="login-type-btn actLoginType" style="margin: 0 auto;">
|
||||
<text @click="appOneClcik">本机一键登录</text>
|
||||
<text @click="appOneClcik">{{formItem == 2?'更多登录方式':'本机一键登录'}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<!-- #endif -->
|
||||
@ -1388,6 +1384,9 @@
|
||||
},
|
||||
// app手机号一键登录
|
||||
appOneClcik() {
|
||||
|
||||
if (this.formItem == 2) return this.formItem = 1;
|
||||
|
||||
let that = this
|
||||
uni.preLogin({
|
||||
provider: 'univerify',
|
||||
|
Loading…
x
Reference in New Issue
Block a user