1
This commit is contained in:
@@ -16,7 +16,7 @@ import { UserService, UserInfoType } from "@/services/userService";
|
||||
import * as LoginService from "@/services/loginService";
|
||||
import CustomNavbar from "@/components/CustomNavbar";
|
||||
import { useGlobalState } from "@/store/global";
|
||||
import { BackNavbar } from "@/components";
|
||||
import { GeneralNavbar } from "@/components";
|
||||
|
||||
const OtherUserPage: React.FC = () => {
|
||||
// 获取页面参数
|
||||
@@ -229,11 +229,11 @@ const OtherUserPage: React.FC = () => {
|
||||
</View>
|
||||
</CustomNavbar> */}
|
||||
{/* 顶部导航栏 */}
|
||||
<BackNavbar
|
||||
<GeneralNavbar
|
||||
title=""
|
||||
showBackButton={true}
|
||||
showBack={true}
|
||||
showAvatar={false}
|
||||
backgroundColor="unset"
|
||||
backgroundColor="transparent"
|
||||
onBack={() => {
|
||||
Taro.navigateBack();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user