Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
9 years ago
Commit
111f5b600f76d5af77f70837d5ebb07b2989ade0
1 parent
99b1ea78
修改form
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
19 deletions
apps/passport/views/action/back/verification.hbs
apps/passport/views/action/back/verification.hbs
View file @
111f5b6
...
...
@@ -49,27 +49,25 @@
</div>
</li>
<form
id=
"verification-form"
class=
"verification-form"
method=
"POST"
action=
"/passport/back/backmobile"
>
<li>
<div
class=
"sms-captcha-wrapper"
>
<input
id=
"captcha"
class=
"input va captcha left"
type=
"text"
name=
"code"
maxlength=
"4"
placeholder=
"请输入短信验证码"
>
<li>
<div
class=
"sms-captcha-wrapper"
>
<input
id=
"captcha"
class=
"input va captcha left"
type=
"text"
name=
"code"
maxlength=
"4"
placeholder=
"请输入短信验证码"
>
{{>
err-tip
}}
</div>
<a
id=
"send-captcha"
class=
"btn send-captcha left"
>
获取短信验证码
</a>
{{>
err-tip
}}
</div>
<a
id=
"send-captcha"
class=
"btn send-captcha left"
>
获取短信验证码
</a>
</li>
<li
class=
"blank"
>
<input
name=
"area"
id=
"area"
type=
"hidden"
value=
"
{{
area
}}
"
>
<input
name=
"mobile"
id=
"mobile"
type=
"hidden"
value=
"
{{
mobile
}}
"
>
<input
name=
"verifyCode"
id=
"captchaPic"
type=
"hidden"
value=
"
{{
verifyCode
}}
"
>
<input
name=
"refer"
id=
"refer"
type=
"hidden"
value=
""
>
</li>
<li>
<a
id=
"next-step"
class=
"next-step disable"
href=
"javascript:;"
>
下一步
</a>
</li>
</form>
</li>
<li
class=
"blank"
>
<input
name=
"area"
id=
"area"
type=
"hidden"
value=
"
{{
area
}}
"
>
<input
name=
"mobile"
id=
"mobile"
type=
"hidden"
value=
"
{{
mobile
}}
"
>
<input
name=
"verifyCode"
id=
"captchaPic"
type=
"hidden"
value=
"
{{
verifyCode
}}
"
>
<input
name=
"refer"
id=
"refer"
type=
"hidden"
value=
""
>
</li>
<li>
<a
id=
"next-step"
class=
"next-step disable"
href=
"javascript:;"
>
下一步
</a>
</li>
</ul>
...
...
Please
register
or
login
to post a comment