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 }}