Showing
1 changed file
with
2 additions
and
2 deletions
@@ -574,8 +574,8 @@ | @@ -574,8 +574,8 @@ | ||
574 | 'name': '{{productName}}', | 574 | 'name': '{{productName}}', |
575 | 'category': '{{smallSortId}}', | 575 | 'category': '{{smallSortId}}', |
576 | 'brand': '{{brandName}}', | 576 | 'brand': '{{brandName}}', |
577 | - 'price': {{marketPrice}}, | ||
578 | - 'orig_price': {{salePrice}}, | 577 | + 'price': {{salePrice}}, |
578 | + 'orig_price': {{marketPrice}}, | ||
579 | 'currency_code': 'CNY', | 579 | 'currency_code': 'CNY', |
580 | 'product_url': '{{productUrl}}', | 580 | 'product_url': '{{productUrl}}', |
581 | 'pic_size': '',// 宽x高 | 581 | 'pic_size': '',// 宽x高 |
-
Please register or login to post a comment