From 1ce494ca6bb0aa387b7e751cbe582d93ef282b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Sat, 6 Dec 2025 15:19:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=B2=E4=B8=8A=E6=9E=B6?= =?UTF-8?q?=E8=B4=A7=E6=BA=90=E6=A0=B7=E5=BC=8F=E4=B8=BA=E4=B8=8E=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E4=B8=AD=E3=80=81=E5=AE=A1=E6=A0=B8=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E7=9A=84=E5=B7=A6=E5=8F=B3=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/seller/index.wxml | 97 +++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 56 deletions(-) diff --git a/pages/seller/index.wxml b/pages/seller/index.wxml index c48864c..830641d 100644 --- a/pages/seller/index.wxml +++ b/pages/seller/index.wxml @@ -55,72 +55,56 @@ - - - - - - - - - - - - - - + + + + + + + + + 暂无图片 - - - {{(item.currentImageIndex || 0) + 1}}/{{item.imageUrls.length}} + + + + + + + + + + + + {{(item.currentImageIndex || 0) + 1}}/{{item.imageUrls.length}} + - - - - - {{item.name}} - 已上架 - - - - 蛋黄: - {{item.yolk || '无'}} - - - 规格: - {{item.spec || '无'}} - - - 件数: - {{item.minOrder}}件 - - - 斤重: - {{item.grossWeight || ''}}斤 - - - 地区: - {{item.region || '未设置'}} - - - 创建时间: - {{item.formattedCreatedAt}} + + + + {{item.name}} + 已上架 + 蛋黄: {{item.yolk || '无'}} + 规格: {{item.spec || '无'}} + 件数: {{item.minOrder}}件 + 斤重: {{item.grossWeight || ''}}斤 + 地区: {{item.region || '未设置'}} + 创建时间: {{item.formattedCreatedAt}} - +