diff --git a/components/goodList/index.vue b/components/goodList/index.vue index a2ce0b42..e36dcef6 100644 --- a/components/goodList/index.vue +++ b/components/goodList/index.vue @@ -3,15 +3,15 @@ - - 秒杀 - 砍价 - 拼团 + + 秒杀 + 砍价 + 拼团 - {{item.storeName}} - {{item.price}} + {{ item.name }} + {{ fen2yuan(item.price) }} ¥{{item.vip_price || 0}} 已售{{Number(item.sales) + Number(item.ficti) || 0}}{{item.unitName}} @@ -27,7 +27,8 @@ -