登录修改
This commit is contained in:
parent
728f3c0611
commit
fb98086acd
@ -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: '当前环境不支持一键登录'
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user