Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2016-01-11 18:02:40 +0800
Commit
1b1b0dd71e0fd391381ced0f1552cd0d8b056d4b
1 parent
948c91c4
1.修复有货币页面最后一条数据被遮挡的问题. 2.有货币页面不加载底部. 3有货币页面头部加入问号标志并能跳转到帮助中心。4.去掉明细页面多余的顶部。
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
static/js/home/maybe-like.js
template/m.yohobuy.com/actions/index/home/currency-detail.phtml
template/m.yohobuy.com/partials/layout/page_header.phtml
static/js/home/maybe-like.js
View file @
1b1b0dd
...
...
@@ -91,7 +91,14 @@ module.exports = function(specificGender) {
if
(
data
===
' '
)
{
searching
=
false
;
loading
.
hideLoadingMask
();
if
(
gender
)
{
//修复有货币页面最后一条数据显示被遮挡的问题
if
(
specificGender
)
{
window
.
rePosFooter
();
}
// 有货币页面不加载底部
if
(
gender
&&
!
specificGender
)
{
if
(
gender
===
'1,3'
)
{
url
=
'/boys/bottomBanner'
;
}
else
{
...
...
template/m.yohobuy.com/actions/index/home/currency-detail.phtml
View file @
1b1b0dd
{
{>
layout/header
}
}
<div
class=
"yoho-coin-detail-page yoho-page"
>
<div
class=
"money"
>你拥有的有货币:<span>
{
{
money
}
}</span></div>
<ul
class=
"coin-detail"
></ul>
</div>
{
{>
layout/footer
}
}
...
...
template/m.yohobuy.com/partials/layout/page_header.phtml
View file @
1b1b0dd
...
...
@@ -6,6 +6,9 @@
{
{#navHome
}
}
<a
href=
"{{.}}"
class=
"iconfont nav-home"
>
611
;</a>
{
{/navHome
}
}
{
{#currencyPage
}
}
<a
href=
"/home/help"
class=
"iconfont nav-home"
>
639
;</a>
{
{/currencyPage
}
}
{
{#navPhone
}
}
<a
href=
"{{.}}"
class=
"iconfont nav-home"
>
641
;</a>
{
{/navPhone
}
}
...
...
Please
register
or
login
to post a comment