From 4bcad828873db1b4fc67de71d8fefa53675547f8 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sun, 23 Apr 2023 21:38:30 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
src/views/activity/components/publicIndex.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/activity/components/publicIndex.vue b/src/views/activity/components/publicIndex.vue
index a209850..929c1ff 100644
--- a/src/views/activity/components/publicIndex.vue
+++ b/src/views/activity/components/publicIndex.vue
@@ -318,6 +318,8 @@
// 加载当前活动区域
if (params.item.activityArea && params.item.activityArea.length > 0) {
+ console.log(params.item.activityArea, 36223322)
+
let polyGonData = params.item.activityArea.slice(11, params.item.activityArea.length - 1)
polyGonData = polyGonData.replace(/,/g, ";")
polyGonData = polyGonData.replace(/ /g, ",")
@@ -332,7 +334,7 @@
console.log(newPolyData, 456)
- this.$EventBus.$emit('layerWallAdd', {
+ this.$EventBus.$emit('rowLayerWallAdd', {
layerName: 'polygonWallLayer',
positions: newPolyData
})
--
Gitblit v1.9.3