From b9b242b47a94e1f99c877ec7324c35cea2afa5ae Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 31 Jul 2021 09:08:57 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_app

---
 pages/map/map.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/pages/map/map.vue b/pages/map/map.vue
index 333fb81..19a252c 100644
--- a/pages/map/map.vue
+++ b/pages/map/map.vue
@@ -16,6 +16,7 @@
 		mounted() {},
 		onLoad: function(options) {
 			var data = [];
+			console.log(options,"options")
 			if (options.data == undefined) {
 				data = [{
 					"id": '100000',
@@ -35,7 +36,7 @@
 			// console.log(a)
 			this.urls = "http://web.byisf.com/xcxMapWz/xcxmap.html?data=" + data;
 			// this.dataList = data;
-			// console.log(this.urls);
+			console.log(this.urls,'url');
 		},
 	}
 </script>

--
Gitblit v1.9.3