Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
abbd7cc85670451980ca422813e5d768323917e8
1 parent
b9637997
register pages
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
template/m.yohobuy.com/actions/passport/reg/code.phtml
template/m.yohobuy.com/actions/passport/reg/index.phtml
template/m.yohobuy.com/actions/passport/reg/password.phtml
template/m.yohobuy.com/partials/passport/code.phtml
template/m.yohobuy.com/actions/passport/reg/code.phtml
View file @
abbd7cc
{
{>
layout/header
}
}
<div
class=
"reg-code-page passport-page yoho-page"
>
{
{>
passport/code
}
}
</div>
\ No newline at end of file
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/passport/reg/index.phtml
View file @
abbd7cc
{
{>
layout/header
}
}
<div
class=
"reg-page passport-page yoho-page"
>
{
{>
passport/header
}
}
<div
class=
"content"
>
...
...
@@ -9,4 +10,5 @@
<span
id=
"btn-next"
class=
"btn btn-next disable row"
>下一步</span>
<p
class=
"register-tip"
>YOHO!Family账号可登录YOHO!有货、YOHO!Boys、YOHO!Girls及SHOW</p>
</div>
</div>
\ No newline at end of file
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/passport/reg/password.phtml
View file @
abbd7cc
{
{>
layout/header
}
}
<div
class=
"reg-password-page passport-page yoho-page"
>
{
{>
passport/header
}
}
<div
class=
"content"
>
...
...
@@ -6,4 +7,5 @@
</div>
<span
id=
"btn-sure"
class=
"btn btn-sure disable row"
>确定</span>
</div>
</div>
\ No newline at end of file
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/partials/passport/code.phtml
View file @
abbd7cc
...
...
@@ -3,12 +3,12 @@
<div
class=
"text-container"
>
验证码已发送至
<span
class=
"phone"
>
+
{
{areaCode
}
}
{
{phoneNum
}
}
{
{areaCode
}
}
{
{phoneNum
}
}
</span>
</div>
<div
class=
"input-container row has-clear"
>
<input
id=
"captcha"
class=
"input captcha"
type=
"text"
placeholder=
"验证码"
maxlength=
"6"
autocomplete=
"off"
>
<div
id=
"captcha-tip"
class=
"captcha-tip disable"
>重发验证码
(
60
秒)
</div>
<div
id=
"captcha-tip"
class=
"captcha-tip disable"
>重发验证码
(
60
秒)
</div>
</div>
<span
id=
"btn-next"
class=
"btn btn-next disable row"
>下一步</span>
</div>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment