fix: 文案修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user