From d74f4dc5df715c313d07713ba4d1b807d8fe6d2c Mon Sep 17 00:00:00 2001 From: danial Date: Sun, 8 Jun 2025 21:26:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(views/order=5Finfo):=20=E5=9C=A8=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=E4=B8=AD=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=80=9A=E9=81=93=E5=90=8D=E7=A7=B0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在订单信息表格中添加了通道名称字段,增强了订单数据的展示信息。 - 更新了相关前端逻辑,确保新字段的正确渲染。 --- views/order_info.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/order_info.html b/views/order_info.html index 57e56d9..e9ecd8c 100644 --- a/views/order_info.html +++ b/views/order_info.html @@ -210,6 +210,7 @@ 商户订单号 本系统订单号 轮询订单号 + 通道名称 实付金额 卡密信息 支付状态 @@ -484,6 +485,7 @@ "" + v.MerchantName + "" + "" + v.MerchantOrderId + "" + "" + v.BankOrderId + "" + "" + v.PoolOrderId + "" + + "" + v.RoadInfo.RoadName + "" + "" + v.FactAmount + "" + "" + `卡号:${exValue.cardNo !== undefined ? exValue.cardNo : ''}
卡密:${exValue.data !== undefined ? exValue.data : ''}` + "" + "" + (v.Status === "wait" ? "等待支付" : v.Status === "success" ? "支付成功" : v.Status === "fail" ? "支付失败" : v.Status === "cancel" ? "放弃支付" : v.Status === "created" ? "创建" : v.Status) + ""; if (v.Freeze === "yes") {