From 70fae5787b88f6d2a83eb4c6a1103f2c1a41c511 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 20 Jan 2024 18:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=88=86=E4=BA=AB=E6=97=B6=EF=BC=8C=E4=BB=B7=E6=A0=BC?= =?UTF-8?q?=E6=BC=8F=20/=20100=20=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/goods/index.vue b/pages/goods/index.vue index a94271b3..1de54786 100644 --- a/pages/goods/index.vue +++ b/pages/goods/index.vue @@ -205,8 +205,8 @@ title: state.goodsInfo.name, // 商品标题 // image: sheep.$url.cdn(state.goodsInfo.image), // 商品主图 image: sheep.$url.cdn(state.goodsInfo.picUrl), // 商品主图 - price: state.goodsInfo.price, // 商品价格 - original_price: state.goodsInfo.original_price, // 商品原价 + price: fen2yuan(state.goodsInfo.price), // 商品价格 + original_price: fen2yuan(state.goodsInfo.maretPrice), // 商品原价 }, ); });