iOS暂存

This commit is contained in:
1154079537 2024-05-21 17:57:15 +08:00
parent fb98086acd
commit 50787f1df9

View File

@ -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',