Authored by 郝肖肖

'退换货清单,价格显示sales_price'

... ... @@ -68,11 +68,6 @@ const setDetailGoods = (list) => {
reason: value.reason_name
};
if (Number(value.real_pay_price) < Number(value.sales_price)) {
goods.price = transPrice(value.real_pay_price);// 显示分摊价
goods.linePrice = transPrice(value.sales_price); // 划线的价格
}
resData.push(goods);
});
... ...
... ... @@ -105,9 +105,6 @@
</td>
<td>
<p class="red">{{round price 2}}</p>
{{#if linePrice}}
<p class="line-through">{{round linePrice 2}}</p>
{{/if}}
</td>
<td>{{yoho_coin_cut_num}}</td>
<td>1</td>
... ...