From 25c9e2411306a131020c25fc1b1e59fe63722d74 Mon Sep 17 00:00:00 2001
From: Jerry Yan <792602257@qq.com>
Date: Tue, 15 Apr 2025 13:42:58 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=B7=E6=A0=BC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/view/sender/index.html | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/plugs/think-plugs-points-mall/src/view/sender/index.html b/plugs/think-plugs-points-mall/src/view/sender/index.html
index e89a19b..843597e 100644
--- a/plugs/think-plugs-points-mall/src/view/sender/index.html
+++ b/plugs/think-plugs-points-mall/src/view/sender/index.html
@@ -64,21 +64,21 @@
let tpls = '订单号 {{d.main.order_no}} ';
if (d.main.amount_real > 0) {
if (d.main.status > 3) {
- tpls += '
已支付 {{str2num(d.main.amount_real)}} 元';
+ tpls += '
已支付 {{str2num(d.main.amount_real)}} 积分';
} else {
- tpls += '
需支付 {{str2num(d.main.amount_real)}} 元';
+ tpls += '
需支付 {{str2num(d.main.amount_real)}} 积分';
}
} else {
tpls += '
无需支付';
}
if (d.main.amount_express > 0) {
- tpls += ' ( 随减 {{str2num(d.main.amount_reduct)}} 元,含邮费 {{str2num(d.main.amount_express)}} 元)';
+ tpls += ' ( 随减 {{str2num(d.main.amount_reduct)}} 积分,含邮费 {{str2num(d.main.amount_express)}} 积分)';
} else {
- tpls += ' ( 随减 {{str2num(d.main.amount_reduct)}} 元,包邮免费 )';
+ tpls += ' ( 随减 {{str2num(d.main.amount_reduct)}} 积分,包邮免费 )';
}
tpls += '
'
if (d.main.amount_balance > 0) {
- tpls += "余额 " + d.main.amount_balance + " 元,"
+ tpls += "余额 " + d.main.amount_balance + " 积分,"
} else {
tpls += '未使用余额,'
}
@@ -88,7 +88,7 @@
tpls += '未使用积分,'
}
if (d.main.coupon_code) {
- tpls += "优惠券 " + d.main.coupon_amount + "元,"
+ tpls += "优惠券 " + d.main.coupon_amount + "积分,"
} else {
tpls += '未使用优惠券。'
}
@@ -108,7 +108,7 @@
'