From b90c21d518f92b8a34547a3a948847255e47ebb7 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 11 十一月 2025 16:25:21 +0800
Subject: [PATCH] feat: 1.3.0.2

---
 apps/underTakeMiniApp/src/custom-tab-bar/index.tsx |   23 ++++++++---------------
 1 files changed, 8 insertions(+), 15 deletions(-)

diff --git a/apps/underTakeMiniApp/src/custom-tab-bar/index.tsx b/apps/underTakeMiniApp/src/custom-tab-bar/index.tsx
index 6d484b0..ad161af 100644
--- a/apps/underTakeMiniApp/src/custom-tab-bar/index.tsx
+++ b/apps/underTakeMiniApp/src/custom-tab-bar/index.tsx
@@ -6,7 +6,7 @@
 import { useSystemStore } from '@/stores/modules/system';
 import { storeToRefs } from 'pinia';
 import { TabBarPageRouter } from '@/constants';
-// import IconPublish from '@/assets/tabbar/icon-publish.png';
+import IconPublish from '@/assets/tabbar/icon-publish.png';
 import { useUser, useIsLogin } from '@/hooks';
 import { Message } from '@12333/utils';
 
@@ -114,9 +114,9 @@
 
         return;
       }
-      // Taro.navigateTo({
-      //   url: RouterPath.pulishCircleFriend,
-      // });
+      Taro.navigateTo({
+        url: RouterPath.publishTask,
+      });
     }
 
     return () => {
@@ -139,17 +139,10 @@
             onClick={switchTab}
             index={0}
           ></TarBarItem>
-          <TarBarItem
-            text="鍙戝竷"
-            icon="../assets/tabbar/icon-publish.png"
-            activeIcon="../assets/tabbar/icon-publish.png"
-            pagePath={TabBarPageRouter.Publish}
-            currentPath={_router.path}
-            active={system.activeTab === 1}
-            className="task"
-            onClick={switchTab}
-            index={1}
-          ></TarBarItem>
+          <div class="bottom-tab-item publish-wrapper" onClick={goPublish}>
+            <img class="bottom-tab-item-img-publish" src={IconPublish} />
+            <div class="bottom-tab-item-text">鍙戝竷</div>
+          </div>
           <TarBarItem
             text="鎴戠殑"
             icon="../assets/tabbar/icon-mine.png"

--
Gitblit v1.9.1