Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
hf
2016-02-02 16:20:41 +0800
Commit
513ba53948f1e34f598ce2d39aab1136ed684a3c
1 parent
8ef8d119
code review by fei.hong: do add login support https modify nginx config
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
16 deletions
template/m.yohobuy.com/actions/passport/back/email-success.phtml
template/m.yohobuy.com/actions/passport/back/email.phtml
template/m.yohobuy.com/actions/passport/back/mobile-code.phtml
template/m.yohobuy.com/actions/passport/back/mobile.phtml
template/m.yohobuy.com/actions/passport/back/new-password.phtml
template/m.yohobuy.com/actions/passport/bind/code.phtml
template/m.yohobuy.com/actions/passport/bind/index.phtml
template/m.yohobuy.com/actions/passport/bind/password.phtml
template/m.yohobuy.com/actions/passport/back/email-success.phtml
View file @
513ba53
{
{>
layout/header
}
}
{
{>
layout/header
_passport
}
}
<div
class=
"back-email-success-page passport-page yoho-page"
>
{
{>
passport/header
}
}
<div
class=
"content"
>
...
...
@@ -8,4 +8,4 @@
<a
id=
"resend"
class=
"resend"
data-url=
{
{resendUrl
}
}>重新发送邮件</a>
</div>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
{
{>
layout/footer_passport
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/passport/back/email.phtml
View file @
513ba53
{
{>
layout/header
}
}
{
{>
layout/header
_passport
}
}
<div
class=
"back-email-page passport-page yoho-page"
>
{
{>
passport/header
}
}
<div
class=
"content"
>
...
...
@@ -8,4 +8,4 @@
<span
id=
"btn-sure"
class=
"btn btn-sure disable row"
>确定</span>
</div>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
{
{>
layout/footer_passport
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/passport/back/mobile-code.phtml
View file @
513ba53
{
{>
layout/header
}
}
{
{>
layout/header
_passport
}
}
<div
class=
"back-code-page passport-page yoho-page"
>
{
{>
passport/code
}
}
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
{
{>
layout/footer_passport
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/passport/back/mobile.phtml
View file @
513ba53
{
{>
layout/header
}
}
{
{>
layout/header
_passport
}
}
<div
class=
"back-mobile-page passport-page yoho-page"
>
{
{>
passport/header
}
}
<div
class=
"content"
>
...
...
@@ -10,4 +10,4 @@
<span
id=
"btn-next"
class=
"btn btn-next disable row"
>下一步</span>
</div>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
{
{>
layout/footer_passport
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/passport/back/new-password.phtml
View file @
513ba53
{
{>
layout/header
}
}
{
{>
layout/header
_passport
}
}
<div
class=
"back-new-password-page passport-page yoho-page"
>
{
{>
passport/header
}
}
<div
class=
"content"
>
...
...
@@ -17,4 +17,4 @@
<input
id=
"email-code"
type=
"hidden"
value=
{
{.
}
}>
{
{/
code
}
}
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
{
{>
layout/footer_passport
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/passport/bind/code.phtml
View file @
513ba53
{
{>
layout/header
}
}
{
{>
layout/header
_passport
}
}
<div
class=
"reg-code-page passport-page yoho-page"
>
<input
type=
"hidden"
id=
"isReg"
value=
"{{isReg}}"
>
<input
type=
"hidden"
id=
"openId"
value=
"{{openId}}"
>
...
...
@@ -6,4 +6,4 @@
<input
type=
"hidden"
id=
"nickname"
value=
"{{nickname}}"
>
{
{>
passport/code
}
}
</div>
{
{>
layout/footer
}
}
{
{>
layout/footer
_passport
}
}
...
...
template/m.yohobuy.com/actions/passport/bind/index.phtml
View file @
513ba53
{
{>
layout/header
}
}
{
{>
layout/header
_passport
}
}
<div
class=
"bind-page passport-page yoho-page"
>
<input
type=
"hidden"
id=
"openId"
value=
"{{openId}}"
>
<input
type=
"hidden"
id=
"sourceType"
value=
"{{sourceType}}"
>
...
...
@@ -14,4 +14,4 @@
<p
class=
"bind-tip"
>绑定手机号码后,可选择
{
{platform
}
}和手机号登录此帐号</p>
</div>
</div>
{
{>
layout/footer
}
}
{
{>
layout/footer
_passport
}
}
...
...
template/m.yohobuy.com/actions/passport/bind/password.phtml
View file @
513ba53
{
{>
layout/header
}
}
{
{>
layout/header
_passport
}
}
<div
class=
"bind-password-page passport-page yoho-page"
>
<input
type=
"hidden"
id=
"openId"
value=
"{{openId}}"
>
<input
type=
"hidden"
id=
"sourceType"
value=
"{{sourceType}}"
>
...
...
@@ -14,4 +14,4 @@
<input
id=
"area-code"
type=
"hidden"
value=
{
{areaCode
}
}>
<input
id=
"token"
type=
"hidden"
value=
{
{token
}
}>
</div>
{
{>
layout/footer
}
}
{
{>
layout/footer
_passport
}
}
...
...
Please
register
or
login
to post a comment