From 7bee0510515cba93d0aa65945d76d5c2bca22816 Mon Sep 17 00:00:00 2001 From: zhangkai <847704969@qq.com> Date: Mon, 16 Jun 2025 17:44:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E6=B6=88=E6=81=AF=20=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activity/stationStemys.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/activity/stationStemys.vue b/pages/activity/stationStemys.vue index 16da266..3e126cf 100644 --- a/pages/activity/stationStemys.vue +++ b/pages/activity/stationStemys.vue @@ -159,7 +159,7 @@ // 重置列表 resetLists() { this.page = 1; - this.alllist = []; + this.list = []; this.loadStatus = 'loading' } } From 8f4c93eee74b054fc06164d2e4caf5feb9cc4ac7 Mon Sep 17 00:00:00 2001 From: zhangkai <847704969@qq.com> Date: Mon, 16 Jun 2025 18:11:14 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=94=AE=E5=90=8E?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageA/afterSales/info.vue | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/packageA/afterSales/info.vue b/packageA/afterSales/info.vue index 43c6a8c..ea33afb 100644 --- a/packageA/afterSales/info.vue +++ b/packageA/afterSales/info.vue @@ -126,6 +126,39 @@ + + + + 是否同意退款 + {{ '否' }} + + + 驳回原因 + {{ info.reason }} + + + + + + + 是否同意退款 + {{ "是" }} + + + 退款数量 + {{ info.auth_num }} + + + 退款金额 + ¥{{ + info.first_refundprice }} + ¥{{ + info.total_refundprice}} + + + + +