From b4ed5fa857edf8928bf675742d5feb0edfbf6d69 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 10 May 2021 10:03:10 +0800
Subject: [PATCH] 小程序地图

---
 public/xcxh5map/js/vueMain.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/public/xcxh5map/js/vueMain.js b/public/xcxh5map/js/vueMain.js
index 17973f4..6fc20a3 100644
--- a/public/xcxh5map/js/vueMain.js
+++ b/public/xcxh5map/js/vueMain.js
@@ -7,6 +7,8 @@
         layuiLayer: null,
         nowIndex: null,
 
+        activeName: 'first',
+
         seedata: '',
         dialogVisible: 'true',
         drawer: false,
@@ -85,6 +87,9 @@
                 console.log(a.layer.options.myData)
             });
         },
+        handleClick(tab, event){
+            console.log(tab, event);
+        }
     },
     mounted() {
         this.getdata = this.getQueryVariable('data');

--
Gitblit v1.9.3