fix
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
v-model:visible="registerModel"
|
||||
:footer="null"
|
||||
:width="pageWidth"
|
||||
height="50rem"
|
||||
height="60rem"
|
||||
:maskClosable="false"
|
||||
:centered="true"
|
||||
:closable="false"
|
||||
@@ -254,7 +254,7 @@ export default defineComponent({
|
||||
//邮箱登录提交
|
||||
submitEmailLogin(emailVerifyCode: any) {
|
||||
let data = {
|
||||
email: this.email,
|
||||
userEmail: this.email,
|
||||
emailVerifyCode: emailVerifyCode,
|
||||
};
|
||||
Https.axiosPost(Https.httpUrls.accountBindEmail, data).then(
|
||||
@@ -402,6 +402,7 @@ export default defineComponent({
|
||||
margin-top: 4rem;
|
||||
position: relative;
|
||||
&[state="2"]{
|
||||
height: 30rem;
|
||||
>*{
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user