From 4102cd81b143bd83ef3c2e1f85311075e2e2d7e2 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 24 Dec 2021 11:49:16 +0800
Subject: [PATCH] +接口更改
---
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