From 02f151307daa73e40066935a48c38b58a2ecd5f1 Mon Sep 17 00:00:00 2001 From: Agent Date: Wed, 1 Apr 2026 16:12:58 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=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=AD=A3=E7=A1=AE=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E4=BF=AE=E5=A4=8D=E6=A8=A1=E6=9D=BF=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=B9=B3=E8=A1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/product/select.vue | 197 ++++++++++++++++++++++------------- 1 file changed, 124 insertions(+), 73 deletions(-) diff --git a/src/pages/product/select.vue b/src/pages/product/select.vue index 2016646..13251aa 100644 --- a/src/pages/product/select.vue +++ b/src/pages/product/select.vue @@ -14,42 +14,67 @@ - - - - - - 全部 - - - {{ cat.name }} - - - - - - - - - {{ item.name }} - - {{ item.spec || '-' }} - {{ item.length }} x {{ item.width }} = {{ item.area }} m² - - - - ¥{{ item.price }} - {{ item.unit || '个' }} - - - - - - 暂无商品 - - - + + + + 全部 + + + {{ cat.name }} + + + + + + + + {{ item.name }} + {{ item.spec || '-' }} + + + ¥{{ item.price }} + {{ item.unit || '个' }} + + + + + + 暂无商品 + + + + + + + + + {{ selectedProduct.name }} + × + + + + + 长度(cm) + + + + 宽度(cm) + + + + 面积(m²) + + + + + + + + + + +