no message
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
<view class="cut_way_warp">
|
||||
<view v-if="loginWay === 'password'" @click="loginWay = 'code'">验证码登录</view>
|
||||
<view v-if="loginWay === 'code'" @click="loginWay = 'password'">密码登录登录</view>
|
||||
<!-- <view @click="jumpForgot">忘记密码</view> -->
|
||||
<view @click="jumpRegister">注册</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -193,6 +194,11 @@ export default {
|
||||
this.countdown = false;
|
||||
}
|
||||
},
|
||||
jumpForgot(){
|
||||
uni.navigateTo({
|
||||
url: "/pages/login_package/login/forgotPass",
|
||||
})
|
||||
},
|
||||
jumpRegister() {
|
||||
uni.navigateTo({
|
||||
url: "/pages/login_package/register/register",
|
||||
|
||||
Reference in New Issue
Block a user