From c726107371ef51383d965a97c07dbf46264610e6 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 29 四月 2026 12:05:18 +0800
Subject: [PATCH] 小程序改bug
---
admin/src/components/business/OperaShopInfoWindow.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/admin/src/components/business/OperaShopInfoWindow.vue b/admin/src/components/business/OperaShopInfoWindow.vue
index 78edb32..bb4bd6c 100644
--- a/admin/src/components/business/OperaShopInfoWindow.vue
+++ b/admin/src/components/business/OperaShopInfoWindow.vue
@@ -290,9 +290,10 @@
components: { GlobalWindow, Pagination,OperaOrderDetail },
data () {
return {
+ title: '',
activeTab: 'performance',
storeInfo: {},
- visible:false,
+ visible: false,
searchForm: {
orderNo: '',
goodsInfo: '',
--
Gitblit v1.9.3