From 84e2259be466e07e3bbd52822be3c198c0dae797 Mon Sep 17 00:00:00 2001 From: Agent Date: Thu, 26 Mar 2026 14:27:02 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=EF=BC=9A=E5=B7=A6=E4=BE=A7=E5=88=86=E7=B1=BB=E6=A0=8F?= =?UTF-8?q?+=E5=8F=B3=E4=BE=A7=E5=95=86=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/product/list.vue | 92 +++++++++++++++----------------------- 1 file changed, 36 insertions(+), 56 deletions(-) diff --git a/src/pages/product/list.vue b/src/pages/product/list.vue index 764089a..a70bc78 100644 --- a/src/pages/product/list.vue +++ b/src/pages/product/list.vue @@ -39,41 +39,43 @@ - - - 📦 - - - {{ item.name }} - {{ item.spec || '-' }} - - - ¥{{ item.price }} - /{{ item.unit }} + + + - - 库存 - {{ getStock(item.productId) }} + + {{ item.name }} + {{ item.spec || '-' }} + + + ¥{{ item.price }} + /{{ item.unit }} + + + 库存 + {{ getStock(item.productId) }} + + + + + + + 暂无商品 + - - - - - 📭 - 暂无商品 - - - - - {{ loading ? '加载中...' : (hasMore ? '上拉加载更多' : '没有更多了') }} + + + {{ loading ? '加载中...' : (hasMore ? '上拉加载更多' : '没有更多了') }} + + @@ -159,7 +161,6 @@ export default { + \ No newline at end of file