From 05316275ee6f1623cc022a3cb4967a440c105a6b Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期二, 29 七月 2025 16:43:42 +0800
Subject: [PATCH] add:编辑资料

---
 components/tabbar/top-tab-bar.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/tabbar/top-tab-bar.vue b/components/tabbar/top-tab-bar.vue
index 82f73e1..4b503fa 100644
--- a/components/tabbar/top-tab-bar.vue
+++ b/components/tabbar/top-tab-bar.vue
@@ -16,7 +16,7 @@
         <!-- 左侧图标 + 标题 -->
         <view class="left">
           <up-icon name="/static/images/tabbar/line-Film.png" size="40rpx" color="#fff" />
-          <text class="title">光影旅程</text>
+          <text class="title">影游四方</text>
         </view>
 
         <!-- 右侧按钮 -->
@@ -25,7 +25,7 @@
             <up-icon name="/static/images/tabbar/user.png" size="30rpx" />
             <text class="login-text">登录</text>
           </view>
-          <up-icon name="list" size="40rpx" color="#fff" @click="openMenu" />
+<!--          <up-icon name="list" size="40rpx" color="#fff" @click="openMenu" />-->
         </view>
       </view>
     </view>

--
Gitblit v1.9.3