From 31970ceda925e2d7b55f8ba04b4c9877913a39e8 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 9 Sep 2023 22:27:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BD=A3=EF=BC=9A=E5=95=86=E5=93=81?= =?UTF-8?q?=E8=AF=A6=E6=83=85=EF=BC=8C=E5=B1=95=E7=A4=BA=E5=88=86=E4=BD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/shareRedPackets/index.vue | 17 +++++++++++++++-- pages/goods_details/index.vue | 12 ++---------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/components/shareRedPackets/index.vue b/components/shareRedPackets/index.vue index 5f7522ed..57b76c6f 100644 --- a/components/shareRedPackets/index.vue +++ b/components/shareRedPackets/index.vue @@ -6,7 +6,15 @@ 会员分享返 - {{sharePacket.priceName}} + + {{ fen2yuan(sharePacket.brokerageMinPrice) }} ~ {{ fen2yuan(sharePacket.brokerageMaxPrice) }} + + + {{ fen2yuan(sharePacket.brokerageMinPrice) }} + + + {{ fen2yuan(sharePacket.brokerageMaxPrice) }} + 下单即返佣金 立即分享 @@ -15,6 +23,7 @@