fix: 文案修改

This commit is contained in:
2026-02-27 10:06:49 +08:00
parent 0a0203e36d
commit 0e27d801a4

View File

@@ -32,7 +32,7 @@ function genRefundNotice(refund_policy, order_amount) {
} else if (refund_rate === 0) {
return {
refundPrice: 0,
notice: `当前退出不可退款,后续流程未明确,@麻真瑜`,
notice: `当前退出不可退款,¥${order_amount} 将不予退回`,
};
}
// const refundPrice = Number(Math.ceil(price * refund_rate * 100) / 100);