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
hf
9 years ago
Commit
4cb822183a1487cc85b679f8253dcb06c2ab2040
1 parent
65150450
code review by fei.hong: do fixes specialsale search data
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Product/Sale.php
yohobuy/www.yohobuy.com/application/models/Product/Sale.php
View file @
4cb8221
...
...
@@ -66,7 +66,7 @@ class SaleModel
$result
[
'saleBanner'
][
'bannerHeight'
]
=
$special
[
'banner'
][
0
][
'height'
];
$result
[
'saleBanner'
][
'img'
]
=
$special
[
'banner'
][
0
][
'img'
];
$result
[
'saleTitle'
][
'name'
]
=
'全部商品'
;
$result
[
'saleTitle'
][
'count'
]
=
isset
(
$result
[
'totalCount'
])
?
$result
[
'totalCount'
]
:
0
;
$result
[
'saleTitle'
][
'count'
]
=
isset
(
$result
[
'totalCount'
])
?
strval
(
$result
[
'totalCount'
])
:
'0'
;
}
//获取水牌node
...
...
Please
register
or
login
to post a comment