Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
e8995119
Commit
e8995119
authored
Aug 07, 2020
by
vip
Browse files
修复注册页面
parent
a5893c60
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/templets/1/default/people/register.htm
View file @
e8995119
...
...
@@ -37,7 +37,7 @@
<p
class=
"ms-login-float login-code-text"
>
<span
class=
"login-code-rompt"
>
看不清?
</span>
<br/>
<sp
n
a
class=
"login-code-change"
@
click=
"code"
>
换一张
</span>
<spa
n
class=
"login-code-change"
@
click=
"code"
>
换一张
</span>
</p>
</div>
<div
class=
"ms-login-button"
@
click=
"login"
:disabled=
"butState != '注册'"
:class=
"{'ms-but-disabled':butState != '注册'}"
v-text=
"butState"
>
注册
</div>
...
...
@@ -153,7 +153,7 @@
return
false
;
}
return
true
;
},
//判断确定密码
checkPeopleRePassword
:
function
()
{
...
...
@@ -174,7 +174,7 @@
return
false
;
}
return
true
;
},
//判断验证码
checkPeopleCode
:
function
()
{
...
...
@@ -205,7 +205,7 @@
target
.
code
();
}
else
{
alert
(
"
注册成功!
"
);
$
(
"
body
"
).
append
(
"
<form action='{ms:global.host/}/m
cms
/login.do' id='goForm'></form>
"
);
$
(
"
body
"
).
append
(
"
<form action='{ms:global.host/}/m
diyPage
/login.do' id='goForm'></form>
"
);
$
(
"
#goForm
"
).
submit
();
}
target
.
butState
=
'
注册
'
;
...
...
@@ -233,4 +233,4 @@
}
})
</script>
</html>
\ No newline at end of file
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment