+
{{ item.goods_name }}
+
规格:{{ item.spec_name||'-' }}
+
产地:{{ item.address }}
+
执行标准:{{ item.execu_content.title }}
+
生产企业:{{ item.business }}
+
+
+ 拼团价¥
+
+ {{
+ parseFloat(item.discount_price)
+ .toFixed(2)
+ .split('.')[0]
+ }}
+
+ .{{
+ parseFloat(item.discount_price)
+ .toFixed(2)
+ .split('.')[1]
+ }}
+
+
¥ {{ Number(item.price).toFixed(2) }}
+
+
+
+ 秒杀价¥
+
+ {{
+ parseFloat(item.discount_price)
+ .toFixed(2)
+ .split('.')[0]
+ }}
+
+ .{{
+ parseFloat(item.discount_price)
+ .toFixed(2)
+ .split('.')[1]
+ }}
+
+
¥ {{ Number(item.price).toFixed(2) }}
+
{{ item.goods_num }}人已付款
+
+