1
This commit is contained in:
@@ -6,7 +6,7 @@ import "./index.scss";
|
||||
import { UserService, PickerOption } from "@/services/userService";
|
||||
import { clear_login_state } from "@/services/loginService";
|
||||
import { convert_db_gender_to_display } from "@/utils/genderUtils";
|
||||
import { EditModal, BackNavbar } from "@/components";
|
||||
import { EditModal, GeneralNavbar } from "@/components";
|
||||
import img from "@/config/images";
|
||||
import CommonDialog from "@/components/CommonDialog";
|
||||
import { useUserActions, useUserInfo } from "@/store/userStore";
|
||||
@@ -366,11 +366,11 @@ const EditProfilePage: React.FC = () => {
|
||||
</View>
|
||||
</View> */}
|
||||
{/* 顶部导航栏 */}
|
||||
<BackNavbar
|
||||
<GeneralNavbar
|
||||
title=""
|
||||
showBackButton={true}
|
||||
showBack={true}
|
||||
showAvatar={false}
|
||||
backgroundColor="unset"
|
||||
backgroundColor="transparent"
|
||||
onBack={() => {
|
||||
Taro.navigateBack();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user