星油企业版更新

This commit is contained in:
caolc
2023-02-13 15:43:06 +08:00
parent 41c2629561
commit d6e55390f3
51 changed files with 5176 additions and 480 deletions

View File

@@ -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%;
}