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
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
fdcb7cd3594f4c78eb077b7ca97a27f492faf737
2 parents
3e2bd791
20f8d653
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
template/www.yohobuy.com/actions/index/index/index.phtml
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Register.php
template/www.yohobuy.com/actions/index/index/index.phtml
View file @
fdcb7cd
...
...
@@ -15,8 +15,8 @@
{
{#
list
}
}
{
{#unless
@last
}
}
<li>
<a
href=
"{{href}}"
>
<img
class=
"lazy"
data-original=
"{{img}}"
alt=
""
>
<a
href=
"{{href}}"
target=
"_blank"
>
<img
class=
"lazy"
data-original=
"{{img}}"
alt=
""
>
</a>
</li>
{
{/unless
}
}
...
...
@@ -26,7 +26,7 @@
{
{#
list
}
}
{
{#if
@last
}
}
<div
class=
"last-item"
>
<a
href=
"{{href}}"
>
<a
href=
"{{href}}"
target=
"_blank"
>
<img
class=
"lazy"
data-original=
"{{img}}"
alt=
""
>
</a>
</div>
...
...
@@ -43,7 +43,7 @@
<ul
class=
"img-list clearfix"
>
{
{#
imgBrand
}
}
<li
class=
"img-item"
>
<a
href=
"{{href}}"
>
<a
href=
"{{href}}"
target=
"_blank"
>
<img
src=
"{{img}}"
alt=
""
>
</a>
</li>
...
...
@@ -70,7 +70,7 @@
{
{!
广告
}
}
{
{#
adbanner
}
}
<div
class=
"floor-ad"
>
<a
href=
"{{href}}"
target=
"_blank"
><img
class=
"lazy"
data-original=
"{{img}}"
/></a>
<a
href=
"{{href}}"
target=
"_blank"
><img
class=
"lazy"
data-original=
"{{img}}"
/></a>
</div>
{
{/
adbanner
}
}
...
...
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Register.php
View file @
fdcb7cd
...
...
@@ -20,7 +20,7 @@ class RegisterController extends WebAction
'actionUrl'
=>
'/passport/register/mobileregister'
,
'region'
=>
RegData
::
getAreasData
(),
'location'
=>
'+86'
,
'captchaUrl'
=>
'
http://web.dev.yohobuy.com
/passport/images?t=1449799445'
,
'captchaUrl'
=>
'/passport/images?t=1449799445'
,
'itemUrl'
=>
'##'
,
'referUrl'
=>
$refer
,
'loginUrl'
=>
'/signin.html?refer='
.
$refer
,
...
...
@@ -48,7 +48,7 @@ class RegisterController extends WebAction
'actionUrl'
=>
'/passport/register/mobileregister'
,
'region'
=>
RegData
::
getAreasData
(),
'location'
=>
'+86'
,
'captchaUrl'
=>
'
http://web.dev.yohobuy.com
/passport/images?t=1449799445'
,
'captchaUrl'
=>
'/passport/images?t=1449799445'
,
'itemUrl'
=>
'##'
,
'referUrl'
=>
$refer
,
'skipUrl'
=>
'/signin.html?refer='
.
$refer
,
...
...
Please
register
or
login
to post a comment