From b5206c18d1ba8a06851a948d3859ab840ddedf97 Mon Sep 17 00:00:00 2001 From: zoujing Date: Thu, 6 Aug 2026 15:34:53 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9B=20=E6=95=B0=E6=8D=AE=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/DiscoveryGoodsCard/index.vue | 36 ++++++++----------- src/pages/Discovery/index.vue | 34 ++++++++++++------ 2 files changed, 38 insertions(+), 32 deletions(-) diff --git a/src/pages/Discovery/components/DiscoveryGoodsCard/index.vue b/src/pages/Discovery/components/DiscoveryGoodsCard/index.vue index 077048e..a8409ce 100644 --- a/src/pages/Discovery/components/DiscoveryGoodsCard/index.vue +++ b/src/pages/Discovery/components/DiscoveryGoodsCard/index.vue @@ -9,7 +9,7 @@ - + - {{ goods.title }} + {{ goods.resource?.payload?.commodityName }} - {{ goods.description }} + {{ goods.resource?.payload?.commodityDescription }} ¥ - {{ goods.price }} + {{ goods.resource?.payload?.specificationPrice }}