1
This commit is contained in:
@@ -370,7 +370,6 @@ const EditProfilePage: React.FC = () => {
|
||||
title=""
|
||||
showBack={true}
|
||||
showAvatar={false}
|
||||
backgroundColor="transparent"
|
||||
onBack={() => {
|
||||
Taro.navigateBack();
|
||||
}}
|
||||
|
||||
@@ -238,7 +238,6 @@ const FollowPage: React.FC = () => {
|
||||
<GeneralNavbar
|
||||
title="粉丝"
|
||||
titlePosition="left"
|
||||
backgroundColor="#FAFAFA"
|
||||
showBack={true}
|
||||
/>
|
||||
|
||||
|
||||
@@ -232,7 +232,6 @@ const OtherUserPage: React.FC = () => {
|
||||
title=""
|
||||
showBack={true}
|
||||
showAvatar={false}
|
||||
backgroundColor="transparent"
|
||||
onBack={() => {
|
||||
Taro.navigateBack();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user