登录修改

This commit is contained in:
1154079537 2024-05-21 17:16:07 +08:00
parent 728f3c0611
commit fb98086acd

View File

@ -178,6 +178,12 @@
<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">
@ -201,6 +207,11 @@
<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>
<!-- #endif -->
</view>
<form report-submit='true' v-if="auth_token">
@ -1421,6 +1432,7 @@
})
},
fail(res) {
console.log(res);
that.$util.Tips({
title: '当前环境不支持一键登录'
});