From 4c2e94cb19dfb0bbe354851cd3967b20ea0883c3 Mon Sep 17 00:00:00 2001 From: TiaStars Date: Fri, 15 Mar 2024 13:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bigScreen/map/index.vue | 4 ++-- src/views/components/shop/components/TabOne.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/bigScreen/map/index.vue b/src/views/bigScreen/map/index.vue index b65e09c..aa02d2a 100644 --- a/src/views/bigScreen/map/index.vue +++ b/src/views/bigScreen/map/index.vue @@ -247,7 +247,7 @@ >
-
主体基本信息
+
店铺基本信息
@@ -278,7 +278,7 @@
- 查看载体详情 + 查看店铺详情
diff --git a/src/views/components/shop/components/TabOne.vue b/src/views/components/shop/components/TabOne.vue index 41d8c2c..d68647c 100644 --- a/src/views/components/shop/components/TabOne.vue +++ b/src/views/components/shop/components/TabOne.vue @@ -157,7 +157,7 @@ export default { watch:{ shopInfo:{ handler(newInfo){ - console.log(newInfo,"获取的商店消息"); + // console.log(newInfo,"获取的商店消息"); if(newInfo) { this.myShopInfo = newInfo; }