From e3c2cd23253f3501be7d31e03955fbb6f4aa3556 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 15 May 2026 16:30:04 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v9.0/9.0.4' into prod

---
 src/subPackages/workDetail/mapWork/index.vue |   16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diff --git a/src/subPackages/workDetail/mapWork/index.vue b/src/subPackages/workDetail/mapWork/index.vue
index f00d642..6f2f4a9 100644
--- a/src/subPackages/workDetail/mapWork/index.vue
+++ b/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
@@ -29,14 +20,9 @@
   viewUrl.value = getWebViewUrl("/mapWork", { currentItem: currentItem });
 });
 function onPostMessage(data) {
-  // #ifdef MP-WEIXIN
-  // #endif
 
   // #ifndef MP-WEIXIN
   if (data.type === "workDetailback") {
-    // uni.navigateTo({
-    //   url: '/subPackages/workDetail/index'
-    // });
     uni.navigateBack({
       delta: 1,
     });

--
Gitblit v1.9.3