注册页添加登录按钮

This commit is contained in:
GYJ
2024-12-15 18:21:24 +08:00
parent fa60aeec42
commit e7afd83085
4 changed files with 29 additions and 11 deletions

View File

@@ -34,7 +34,8 @@
<input type="text" v-if="registerCode == '否'" :value="invitation" placeholder="请填写邀请码(选填)"
data-key="invitation" maxlength="20" @input="inputChange" @confirm="toLogin" />
</view> -->
<button class="confirm-btn" @click="toLogin">注册</button>
<button class="confirm-btn" @click="toRegister">注册</button>
<button class="confirm-btn" @click="toLogin">登录</button>
</view>
<view class="footer">
<text @tap="isShowAgree" class="cuIcon"
@@ -171,6 +172,12 @@
});
},
toLogin() {
console.log("123");
uni.reLaunch({
url: '/pages/login/login'
});
},
toRegister() {
const {
mobile,
password,
@@ -365,7 +372,7 @@
position: absolute;
left: 0;
right: 0;
bottom: 278rpx;
bottom: 178rpx;
.cuIcon::before{
width: 30rpx;
height: 30rpx;
@@ -440,7 +447,7 @@
text-align: center;
line-height: 100rpx;
border-radius: 16rpx;
margin-top: 80rpx;
margin-top: 40rpx;
background: #EC6F48;
font-size: 32rpx;
color: #FFFFFF;