diff --git a/src/game_pages/sharePoster/index.tsx b/src/game_pages/sharePoster/index.tsx index 579a039..d53fb0f 100644 --- a/src/game_pages/sharePoster/index.tsx +++ b/src/game_pages/sharePoster/index.tsx @@ -83,7 +83,6 @@ function SharePoster(props) { <> {url && ( diff --git a/src/order_pages/orderList/index.tsx b/src/order_pages/orderList/index.tsx index 652192d..0fed418 100644 --- a/src/order_pages/orderList/index.tsx +++ b/src/order_pages/orderList/index.tsx @@ -267,7 +267,6 @@ const OrderList = () => { > { /> ); } else if (currentTab === "message") { - // 消息页:使用 GeneralNavbar(与原始消息页一致,只传递 title) + // 消息页:使用 GeneralNavbar(与原始消息页一致,显示用户头像和标题) return ( - + ); } else if (currentTab === "personal") { // 我的页:使用 GeneralNavbar 显示标题 diff --git a/src/publish_pages/publishBall/index.tsx b/src/publish_pages/publishBall/index.tsx index 0efd372..3340cad 100644 --- a/src/publish_pages/publishBall/index.tsx +++ b/src/publish_pages/publishBall/index.tsx @@ -613,7 +613,7 @@ useEffect(() => { } return ( - + {/* 活动类型切换 */} {/* diff --git a/src/user_pages/edit/index.tsx b/src/user_pages/edit/index.tsx index 8c3cac8..adef6b7 100644 --- a/src/user_pages/edit/index.tsx +++ b/src/user_pages/edit/index.tsx @@ -370,7 +370,6 @@ const EditProfilePage: React.FC = () => { title="" showBack={true} showAvatar={false} - backgroundColor="transparent" onBack={() => { Taro.navigateBack(); }} diff --git a/src/user_pages/follow/index.tsx b/src/user_pages/follow/index.tsx index 9d6ad64..4ee25a5 100644 --- a/src/user_pages/follow/index.tsx +++ b/src/user_pages/follow/index.tsx @@ -238,7 +238,6 @@ const FollowPage: React.FC = () => { diff --git a/src/user_pages/other/index.tsx b/src/user_pages/other/index.tsx index 43530f8..83c6460 100644 --- a/src/user_pages/other/index.tsx +++ b/src/user_pages/other/index.tsx @@ -232,7 +232,6 @@ const OtherUserPage: React.FC = () => { title="" showBack={true} showAvatar={false} - backgroundColor="transparent" onBack={() => { Taro.navigateBack(); }}