From 0bd917c85ba57b47048a5415e853781a96182dfb Mon Sep 17 00:00:00 2001
From: wangzimeng <3297159934@qq.com>
Date: Wed, 12 Nov 2025 17:31:53 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E9=A1=B5=E9=9D=A2=E7=9A=84on?=
=?UTF-8?q?show=E5=88=B7=E6=96=B0=E5=88=97=E8=A1=A8=E6=95=B0=E6=8D=AE=20?=
=?UTF-8?q?=E5=94=A4=E8=B5=B7=E6=94=AF=E4=BB=98=E7=9A=84=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E9=9A=90=E8=97=8F=E5=8F=91=E7=A5=A8=E5=92=8C=E4=BC=98=E6=83=A0?=
=?UTF-8?q?=E5=88=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/order/confirm.vue | 10 +++++-----
pages/order/list.vue | 10 ++++++++--
2 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/pages/order/confirm.vue b/pages/order/confirm.vue
index a73866e..6f63095 100644
--- a/pages/order/confirm.vue
+++ b/pages/order/confirm.vue
@@ -71,11 +71,11 @@
+¥{{ state.orderInfo.dispatch_amount }}
-
-
+
优惠券
-
+ -->
-
+
sheep.$store('app').has_wechat_trade_managed);
const pagination = {
@@ -433,8 +435,12 @@
if (options.type) {
state.currentTab = options.type;
}
- getOrderList();
+ // getOrderList();
});
+
+ onShow(() => {
+ getOrderList();
+ })
// 加载更多
function loadmore() {