Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
2015-10-22 17:13:21 +0800
Commit
a0997318f12cb16aa6c493534012c4f2c4c1565a
1 parent
2b8acfea
interational->international
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
docs/data-structure.md
static/js/passport/index.js
static/js/passport/login/interational.js → static/js/passport/login/international.js
static/sass/passport/_login.scss
template/m.yohobuy.com/actions/passport/login/index.phtml
template/m.yohobuy.com/actions/passport/login/interational.phtml → template/m.yohobuy.com/actions/passport/login/international.phtml
template/m.yohobuy.com/partials/layout/use.phtml
docs/data-structure.md
View file @
a099731
...
...
@@ -589,7 +589,7 @@
aliLoginUrl: '',
weiboLoginUrl: '',
qqLoginUrl: '',
interationalUrl: '',
inter
n
ationalUrl: '',
phoneRetriveUrl: '',
emailRetriveUrl: ''
}
...
...
static/js/passport/index.js
View file @
a099731
...
...
@@ -11,7 +11,7 @@ require('./register/password');
//登录
require
(
'./login/login'
);
require
(
'./login/interational'
);
require
(
'./login/inter
n
ational'
);
//密码找回
require
(
'./back/mobile'
);
...
...
static/js/passport/login/interational.js → static/js/passport/login/inter
n
ational.js
View file @
a099731
static/sass/passport/_login.scss
View file @
a099731
...
...
@@ -74,7 +74,7 @@
}
}
.interational
{
.inter
n
ational
{
display
:
block
;
width
:
200px
;
padding
:
5px
10px
;
...
...
template/m.yohobuy.com/actions/passport/login/index.phtml
View file @
a099731
...
...
@@ -22,7 +22,7 @@
<a
class=
"qq"
href=
{
{qqLoginUrl
}
}></a>
</div>
</div>
<a
class=
"inter
ational"
href=
{
{interationalUrl
}
}>Inter
ational
Customer</a>
<a
class=
"inter
national"
href=
{
{internationalUrl
}
}>Intern
ational
Customer</a>
<div
class=
"login-tip"
>
<div
class=
"info-icon"
></div>
Yoho!Family账号可登录YOHO!有货
...
...
template/m.yohobuy.com/actions/passport/login/interational.phtml → template/m.yohobuy.com/actions/passport/login/inter
n
ational.phtml
View file @
a099731
{
{>
layout/header
}
}
<div
class=
"login-interational-page passport-page yoho-page"
>
<div
class=
"login-inter
n
ational-page passport-page yoho-page"
>
{
{>
passport/header
}
}
<div
class=
"content"
>
{
{>
passport/country_list
}
}
...
...
template/m.yohobuy.com/partials/layout/use.phtml
View file @
a099731
...
...
@@ -49,10 +49,10 @@
seajs.use('js/passport/login/login');
</script>
{{/if}}
{{#if loginInterational}}
<script>
seajs.use('js/passport/login/interational');
</script>
{{#if loginInternational}}
<script>
seajs.use('js/passport/login/international');
</script>
{{/if}}
{{!-- 密码找回 --}}
{{#if backEmail}}
...
...
Please
register
or
login
to post a comment