From 9a10f124cdc2c4ba03c211666d9d67c93279cc26 Mon Sep 17 00:00:00 2001
From: IvyXia123 <ivyHsia@126.com>
Date: Tue, 17 Sep 2019 18:23:44 +0800
Subject: [PATCH] popup

---
 src/components/map/index.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/map/index.vue b/src/components/map/index.vue
index dcb26fab..0d3b4fbc 100644
--- a/src/components/map/index.vue
+++ b/src/components/map/index.vue
@@ -522,6 +522,7 @@
       },
       // 显示课程弹窗
       showDia(data,i){
+        this.popupVisible=true;
         fundebug.notify("Test", "1");
         if(data.push_time !== '0000-00-00'){
           fundebug.notify("Test", "2");
-- 
2.21.0