From 1f216f9b20be8ded2068c3d2ef29a31f367d4338 Mon Sep 17 00:00:00 2001 From: lzhizhao <790086754@qq.com> Date: Tue, 26 Aug 2025 22:58:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=AF=E5=88=86=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../popup/points-product-config.vue | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/views/modules/marketing/points-mall/popup/points-product-config.vue b/src/views/modules/marketing/points-mall/popup/points-product-config.vue index 0df91f1..d1d15b9 100644 --- a/src/views/modules/marketing/points-mall/popup/points-product-config.vue +++ b/src/views/modules/marketing/points-mall/popup/points-product-config.vue @@ -102,6 +102,13 @@ > + + +
+ 用户需要支付 {{ configForm.exchangeRequiredPoints }} 积分 + ¥{{ + configForm.exchangeRequiredAmount + }} + 即可兑换此商品 +
+ + +
+ 用户需要支付 {{ configForm.exchangeRequiredPoints }} 积分 + ¥{{ + configForm.exchangeRequiredAmount + }} + 即可兑换此商品 +
+ +
+ 提示:为符合商业支付规范,用户在使用积分兑换时仍需支付最少0.01元的金额 +