Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
8cd6b877487bc0269957269645277b43fc1a3862
1 parent
759f49a9
global price
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/product/views/action/global/detail.hbs
utils/product-process.js
apps/product/views/action/global/detail.hbs
View file @
8cd6b87
...
...
@@ -74,7 +74,7 @@
<p
class=
"foreign-price"
>
{{#
format_market_price
}}
<span
class=
"title"
>
原 价:
</span>
<span
class=
"price"
>
{{
.
}}
</span>
<span
class=
"price
has-other-price
"
>
{{
.
}}
</span>
{{/
format_market_price
}}
{{#
format_sales_price
}}
<span
class=
"title"
>
当前价:
</span>
...
...
utils/product-process.js
View file @
8cd6b87
...
...
@@ -156,7 +156,7 @@ exports.processProductList = (list, options) => {
images_url
:
product
.
default_images
,
status
:
1
}],
sales_price
:
product
.
orign_price
,
sales_price
:
product
.
final_price
||
product
.
orign_price
,
market_price
:
null
,
tbl_country_name
:
product
.
country_name
,
tbl_brand_id
:
product
.
brand_id
...
...
Please
register
or
login
to post a comment