From 052d0e8bd9c1d8e0d243a166bedf761fc5a7a891 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 14 Jan 2026 16:38:00 +0800
Subject: [PATCH] feat:通用弹窗样式调整

---
 uniapps/work-app/src/subPackages/workDetail/mapWork/index.vue |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/uniapps/work-app/src/subPackages/workDetail/mapWork/index.vue b/uniapps/work-app/src/subPackages/workDetail/mapWork/index.vue
index f00d642..6602525 100644
--- a/uniapps/work-app/src/subPackages/workDetail/mapWork/index.vue
+++ b/uniapps/work-app/src/subPackages/workDetail/mapWork/index.vue
@@ -1,13 +1,4 @@
-<!--
- * @Author       : yuan
- * @Date         : 2025-10-22 14:59:10
- * @LastEditors  : yuan
- * @LastEditTime : 2025-12-19 14:52:54
- * @FilePath     : \src\subPackages\workDetail\mapWork\index.vue
- * @Description  : 
- * Copyright 2025 OBKoro1, All Rights Reserved. 
- * 2025-10-22 14:59:10
--->
+
 <!-- 地图展示 -->
 <template>
   <WebViewPlus
@@ -25,7 +16,7 @@
 const viewUrl = ref("");
 
 onLoad((options) => {
-  const currentItem = options.currentItem;
+  const currentItem = options.eventNum;
   viewUrl.value = getWebViewUrl("/mapWork", { currentItem: currentItem });
 });
 function onPostMessage(data) {

--
Gitblit v1.9.3