登陆验证
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="login-wrap">
|
<div class="login-wrap">
|
||||||
<p class="yuju">
|
<!-- <p class="yuju">
|
||||||
You are almost done.
|
You are almost done.
|
||||||
<br>
|
<br>
|
||||||
Please click on the link sent to your email inbox to complete your registration.
|
Please click on the link sent to your email inbox to complete your registration.
|
||||||
|
</p> -->
|
||||||
|
<p class="yuju">
|
||||||
|
Congratulations!
|
||||||
|
<br>
|
||||||
|
Your account registration has been successfully completed. Please log in by <a @click="tologin" type="text">clicking here</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -20,7 +25,11 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
tologin(){
|
||||||
|
this.$router.push({
|
||||||
|
path:'/login'
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
@@ -44,4 +53,5 @@
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
.yuju>a{color: #66b1ff; cursor: pointer;}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user