From d3317835104b309e430ea6737e4595486bc9af2d Mon Sep 17 00:00:00 2001 From: SwTt29 <2055018491@qq.com> Date: Thu, 25 Dec 2025 11:43:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DV=E5=9B=BE=E6=A0=87=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=EF=BC=9A=E8=B0=83=E6=95=B4=E5=A4=A7=E5=B0=8F=E3=80=81?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E5=92=8C=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/buyer/index.wxml | 10 ++++++---- pages/favorites/index.wxml | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/pages/buyer/index.wxml b/pages/buyer/index.wxml index aa41cab..c32e449 100644 --- a/pages/buyer/index.wxml +++ b/pages/buyer/index.wxml @@ -54,11 +54,13 @@ - - {{item.supplyStatus || '暂无状态'}} - {{item.name}} - V + + + {{item.supplyStatus || '暂无状态'}} + {{item.name}} + V + {{item.specification || '无'}} | {{item.yolk || '无'}} | {{item.minOrder || item.quantity || 1}}件 diff --git a/pages/favorites/index.wxml b/pages/favorites/index.wxml index 6318664..8b381e5 100644 --- a/pages/favorites/index.wxml +++ b/pages/favorites/index.wxml @@ -53,10 +53,12 @@ - - {{item.Product.supplyStatus || '暂无状态'}} - {{item.Product.productName || '未命名商品'}} - V + + + {{item.Product.supplyStatus || '暂无状态'}} + {{item.Product.productName || '未命名商品'}} + V + {{(item.Product.spec && item.Product.spec !== '无') ? item.Product.spec : (item.Product.specification && item.Product.specification !== '无') ? item.Product.specification : '无'}} | {{item.Product.yolk || '无'}} | {{item.Product.minOrder || item.Product.quantity || 1}}件