登录修改

master
Lee 2023-01-06 15:09:57 +08:00
parent 4452289eb7
commit 7730b5eb53
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<view class="logo-name">{{appletName}}</view>
<view class="logo-title font24 color-99 mar-s20" style="text-align: center;">{{appleSubtitle}}</view>
</view>
<view class="login-footer">
<view class="login-footer" v-if="ifEnter">
<view class="login-btn radius20 color-ff background-blue font36" type='primary' @tap="empowerShow=true" v-if="!isActive"></view>
<view class="login-btn radius20 color-ff background-blue font36" type='primary' @tap="bindGetUserInfo('other')" v-else></view>
<view class="agreement-box font30">如您点击授权则表示已阅读<text @tap="toAgreement" class="agreement color-orange">免责声明</text></view>
@ -59,6 +59,7 @@
isShowP:false,
empowerShow:false, //
isActive:false, //
ifEnter:false, //
};
},
onLoad() {
@ -193,6 +194,7 @@
}else{
uni.setStorageSync('token',res.data.token) //token
}
this.ifEnter =true;
}
},error => {