Authored by yyq

global price

... ... @@ -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>
... ...
... ... @@ -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
... ...