星油企业版更新
This commit is contained in:
@@ -68,8 +68,8 @@
|
||||
<button v-show="!showRandom" class="cu-btn bg-main-oil lg" @tap="loginPwd">
|
||||
登录
|
||||
</button>
|
||||
|
||||
</view>
|
||||
<view @click="moreLogin" class="moreLogin text-sm">选择更多方式登录</view>
|
||||
</form>
|
||||
|
||||
</scroll-view>
|
||||
@@ -130,6 +130,9 @@
|
||||
},
|
||||
onShow() {},
|
||||
methods: {
|
||||
moreLogin(){
|
||||
uni.redirectTo({url:'/BagAuth/pages/login/login'})
|
||||
},
|
||||
checkAgree(val) {
|
||||
this.checked = val
|
||||
// this.showRandom = true
|
||||
@@ -504,6 +507,12 @@
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.moreLogin{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.login-bg {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user