1
This commit is contained in:
@@ -4,7 +4,7 @@ import Taro, { useDidShow } from "@tarojs/taro";
|
||||
|
||||
import httpService from "@/services/httpService";
|
||||
import "./index.scss";
|
||||
import { CommonPopup, BackNavbar } from "@/components";
|
||||
import { CommonPopup, GeneralNavbar } from "@/components";
|
||||
import { useKeyboardHeight } from "@/store/keyboardStore";
|
||||
import img from "@/config/images";
|
||||
|
||||
@@ -298,9 +298,9 @@ const Withdrawal: React.FC = () => {
|
||||
</View>
|
||||
</View> */}
|
||||
{/* 顶部导航栏 */}
|
||||
<BackNavbar
|
||||
<GeneralNavbar
|
||||
title={pageTitle}
|
||||
showBackButton={true}
|
||||
showBack={true}
|
||||
showAvatar={false}
|
||||
onBack={() => {
|
||||
const pages = Taro.getCurrentPages()
|
||||
|
||||
Reference in New Issue
Block a user