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
2015-10-12 21:02:14 +0800
Commit
852cc5607a834f73df58a336ffc73a504efc2888
1 parent
163acd0c
do plusstar list and detail page
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/Helpers.php
library/Plugin/Helpers.php
View file @
852cc56
...
...
@@ -36,7 +36,7 @@ class Helpers
// 市场价和售价一样,则不显示市场价
if
(
intval
(
$productData
[
'market_price'
])
===
intval
(
$productData
[
'sales_price'
]))
{
$productData
[
'market_price'
]
=
''
;
$productData
[
'market_price'
]
=
false
;
}
$result
=
array
();
...
...
Please
register
or
login
to post a comment