This commit is contained in:
张成
2025-11-14 22:54:36 +08:00
parent 6b560da897
commit 0adab95d34
16 changed files with 171 additions and 42 deletions

View File

@@ -235,7 +235,7 @@ const FollowPage: React.FC = () => {
return (
<View className="follow_page">
{/* 自定义导航栏 */}
<CustomNavbar>
<CustomNavbar backgroundColor="#FAFAFA">
<View className="navbar_content">
<View className="navbar_back" onClick={() => Taro.navigateBack()}>
<View className="back_icon" />