From 02519d99e471e1e3de45d8251a5489a0563eb17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 16 Mar 2021 14:33:20 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=89=8B=E6=9C=BA=E7=AB=AF=EF=BC=8C?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8E=E5=8F=B0=E7=9A=84=E9=80=80=E8=B4=A7?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E9=97=AE=E9=A2=98=E3=80=91=20https://www.tap?= =?UTF-8?q?d.cn/39598945/prong/stories/view/1139598945001000186?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/User/MyRefundOrders.cshtml | 6 ++++-- Host/Views/User/MyRefundOrders.cshtml | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Host/Views.Mobile/User/MyRefundOrders.cshtml b/Host/Views.Mobile/User/MyRefundOrders.cshtml index 4bdcc59..ee1734c 100644 --- a/Host/Views.Mobile/User/MyRefundOrders.cshtml +++ b/Host/Views.Mobile/User/MyRefundOrders.cshtml @@ -121,7 +121,7 @@ 实付金额: - {{currentOrder.paymentamount}} + {{currentOrder.payamount}} 退款金额: @@ -173,7 +173,8 @@ account:"", orderamount:"", couponamount:"", - payamount:"" + payamount:"", + refundamount:"" } }, computed: { @@ -240,6 +241,7 @@ payamount: $(_self).attr('a-payamount'), refundresttime: $(_self).attr('a-refundresttime'), payamount: $(_self).attr('a-payamount'), + refundamount: $(_self).attr('a-refundamount'), } app.setOrderInfo(currentOrder); $(_self).show(); diff --git a/Host/Views/User/MyRefundOrders.cshtml b/Host/Views/User/MyRefundOrders.cshtml index f388e7c..b3b245f 100644 --- a/Host/Views/User/MyRefundOrders.cshtml +++ b/Host/Views/User/MyRefundOrders.cshtml @@ -71,6 +71,7 @@ 连接数 退款时长 退款单价 + 实付金额 退款金额 @foreach (var item in Model.List) @@ -85,6 +86,7 @@ @item.ConnectCount @item.DayCount @item.DayPrice + @item.PaymentAmount @item.RefundAmount }