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
Rock Zhang
9 years ago
Commit
f2f066768732c41b5e19ab4fd9de621c9038c243
1 parent
80519a6a
修复YW-1592逛中只看男生资讯中会出现女生资讯
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
static/js/category/brand.js
yohobuy/m.yohobuy.com/application/models/Guang/Index.php
static/js/category/brand.js
View file @
f2f0667
...
...
@@ -129,10 +129,10 @@ function searchResult() {
brandHtml
.
push
(
'<p><a href="'
+
brand
.
url
+
'">'
+
brand
.
name
);
if
(
brand
.
isNew
)
{
brandHtml
.
push
(
'<i class="icon-
hot
">NEW</i>'
);
brandHtml
.
push
(
'<i class="icon-
new
">NEW</i>'
);
}
if
(
brand
.
isHot
)
{
brandHtml
.
push
(
'<i class="icon-
new
">HOT</i>'
);
brandHtml
.
push
(
'<i class="icon-
hot
">HOT</i>'
);
}
brandHtml
.
push
(
'</a></p>'
);
});
...
...
yohobuy/m.yohobuy.com/application/models/Guang/Index.php
View file @
f2f0667
...
...
@@ -179,6 +179,9 @@ class IndexModel
}
}
// 分页需要参数
$data
[
'guang'
][
'gender'
]
=
$gender
;
// 显示底部
$data
[
'pageFooter'
]
=
true
;
...
...
Please
register
or
login
to post a comment