From b90847a0f1ea97d6f2d9778df0630e40d2ae6d3a Mon Sep 17 00:00:00 2001 From: Agent Date: Wed, 1 Apr 2026 15:59:54 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=95=86=E5=93=81=E9=A1=B5=E9=9D=A2=E6=A8=A1=E6=9D=BF=E7=BB=93?= =?UTF-8?q?=E6=9E=84=EF=BC=8C=E5=88=86=E7=B1=BB=E4=BE=A7=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/product/select.vue | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/pages/product/select.vue b/src/pages/product/select.vue index 264efbb..b6e113b 100644 --- a/src/pages/product/select.vue +++ b/src/pages/product/select.vue @@ -30,25 +30,26 @@ - - {{ item.name }} - - {{ item.spec || '-' }} - {{ item.length }} x {{ item.width }} = {{ item.area }} m² + + {{ item.name }} + + {{ item.spec || '-' }} + {{ item.length }} x {{ item.width }} = {{ item.area }} m² + + + + ¥{{ item.price }} + {{ item.unit || '个' }} - - ¥{{ item.price }} - {{ item.unit || '个' }} + + + + 暂无商品 - - - - 暂无商品 - - - + +