This commit is contained in:
张成
2025-11-14 23:43:51 +08:00
parent 0cf5acde1e
commit 53673a41b1
7 changed files with 8 additions and 8 deletions

View File

@@ -370,7 +370,6 @@ const EditProfilePage: React.FC = () => {
title=""
showBack={true}
showAvatar={false}
backgroundColor="transparent"
onBack={() => {
Taro.navigateBack();
}}

View File

@@ -238,7 +238,6 @@ const FollowPage: React.FC = () => {
<GeneralNavbar
title="粉丝"
titlePosition="left"
backgroundColor="#FAFAFA"
showBack={true}
/>

View File

@@ -232,7 +232,6 @@ const OtherUserPage: React.FC = () => {
title=""
showBack={true}
showAvatar={false}
backgroundColor="transparent"
onBack={() => {
Taro.navigateBack();
}}