From dcf2918292d3ce1f20b0e4661c5f14ada0863b6b Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期四, 01 八月 2024 23:11:14 +0800
Subject: [PATCH] 1
---
sub_pages/customer/trade/detail.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/sub_pages/customer/trade/detail.vue b/sub_pages/customer/trade/detail.vue
index dec4ff7..5b10de5 100644
--- a/sub_pages/customer/trade/detail.vue
+++ b/sub_pages/customer/trade/detail.vue
@@ -148,7 +148,10 @@
shopnum: 0,
}
},
- onShow() {
+ onShow() {
+ if (this.id) {
+ this.getDetail()
+ }
this.refreshShopNum()
},
onLoad(options) {
--
Gitblit v1.9.3