From 7d7e585d0821ccdc4a25b06cf4fb877f316141c0 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期四, 01 八月 2024 17:28:06 +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