From b05c0ed0254d4b10bc54764373b481653b7aa04f Mon Sep 17 00:00:00 2001 From: Trae AI Date: Thu, 29 Jan 2026 14:27:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E8=B4=A7=E6=BA=90=E6=8F=8F=E8=BF=B0=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E5=92=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods-detail/goods-detail.wxml | 25 +++++++++++++++---------- project.private.config.json | 2 +- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/pages/goods-detail/goods-detail.wxml b/pages/goods-detail/goods-detail.wxml index 8a4a0cf..2fb8eba 100644 --- a/pages/goods-detail/goods-detail.wxml +++ b/pages/goods-detail/goods-detail.wxml @@ -72,18 +72,23 @@ - - - 售空 - {{goodsDetail.supplyStatus}} - {{goodsDetail.name}} - V - - - - {{goodsDetail.sourceType || '暂无'}} + + + + 售空 + {{goodsDetail.supplyStatus}} + {{goodsDetail.name}} + V + + + + {{goodsDetail.sourceType || '暂无'}} + + + {{goodsDetail.description || '暂无描述'}} + diff --git a/project.private.config.json b/project.private.config.json index f4f0e67..67dfd8e 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,6 +1,6 @@ { "libVersion": "3.10.3", - "projectname": "xcx22", + "projectname": "Mini-Program", "setting": { "urlCheck": false, "coverView": true,