From 5afc3affc80958dcf088ffa4142acea2bcd7d5c5 Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Mon, 11 Nov 2024 10:26:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=A7=92=E6=9D=80=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC=E7=9A=84=E5=8E=9F=E4=BB=B7=E6=A0=BC=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=B0=8F=E6=95=B0=E7=82=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/seckill.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/goods/seckill.vue b/pages/goods/seckill.vue index 71168a9..0bf5f34 100644 --- a/pages/goods/seckill.vue +++ b/pages/goods/seckill.vue @@ -36,8 +36,8 @@ - {{ state.selectedSku.marketPrice || state.goodsInfo.marketPrice }} - + + {{ fen2yuan(state.selectedSku.marketPrice || state.goodsInfo.marketPrice) }} @@ -94,8 +94,8 @@ v-if="state.goodsInfo.marketPrice" @tap="sheep.$router.go('/pages/goods/index', { id: state.goodsInfo.id })"> - - {{state.goodsInfo.marketPrice}} + {{ fen2yuan(state.goodsInfo.marketPrice) }} + 原价购买