From c765784d2d2d4db55bfcb629cc3f6ec0b57dddcc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 26 Feb 2022 22:34:41 +0800
Subject: [PATCH] 样式
---
leafletMapOur/loginMap/js/vueMain.js | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/leafletMapOur/loginMap/js/vueMain.js b/leafletMapOur/loginMap/js/vueMain.js
index 8f30fe0..4aef551 100644
--- a/leafletMapOur/loginMap/js/vueMain.js
+++ b/leafletMapOur/loginMap/js/vueMain.js
@@ -22,11 +22,15 @@
resultFeedbackPopupShow: false,
popupDisplay: "none",
- regionName: ''
+ regionName: '',
},
methods: {
getLocalPoliceStation () {
- window.parent.getRegionName(this.regionName)
+
+ uni.postMessage({
+ data: this.regionName
+ })
+
},
getDataList () {
var that = this
@@ -167,7 +171,8 @@
}
},
- created () { },
+ created () {
+ },
mounted () {
this.getDataList()
this.getLocationData()
--
Gitblit v1.9.3