From a3e1c1a07d73055f11e47dc30905668881f9f89d Mon Sep 17 00:00:00 2001 From: fanfan Date: Tue, 18 Jun 2024 09:36:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/list.vue | 74 +++++++++++++++++++++---------------------- pages/index/index.vue | 3 +- 2 files changed, 39 insertions(+), 38 deletions(-) diff --git a/pages/goods/list.vue b/pages/goods/list.vue index f87fcf8..d94f268 100644 --- a/pages/goods/list.vue +++ b/pages/goods/list.vue @@ -15,7 +15,7 @@ + :style="{display: item.image ? 'inline-block' : 'none','color':item.category_id==isBanrdActive?'#F43B21':'#5A5A5A','border':item.category_id==isBanrdActive?'1rpx solid #F22029':'1rpx solid #E7E7E7'}"> {{item.name}} @@ -110,40 +110,39 @@ - - - - - - - - + + + + + + + + + + + + + {{ item.goods_name }} + + + + + {{ item.goods_price_min>0?Number(item.goods_price_min):0.00}} + + ¥{{ item.line_price_min>0?Number(item.line_price_min):0.00 }} - - - - {{ item.goods_name }} - - - - - {{ item.goods_price_min>0?Number(item.goods_price_min):0.00}} - - ¥{{ item.line_price_min>0?Number(item.line_price_min):0.00 }} - - - - - - - - - - + +