From 9e43f80d96bda7f1108dcfcfd7340e567f2e48d0 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 23 Dec 2021 13:57:03 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/components/map/component/mapPopup.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/map/component/mapPopup.vue b/src/components/map/component/mapPopup.vue
index f96a9e1..c5209fc 100644
--- a/src/components/map/component/mapPopup.vue
+++ b/src/components/map/component/mapPopup.vue
@@ -17,7 +17,8 @@
                                 <div class="label-wrap">
                                     <div class="title">
                                         {{stateName}}
-                                        <img @click="audioPlay"
+                                        <img v-show="introduceText != null && introduceText != ''"
+                                             @click="audioPlay"
                                              class="audio-control"
                                              src="/img/navicon/audio.png"
                                              alt="">

--
Gitblit v1.9.3