This commit is contained in:
张成
2025-11-14 23:14:18 +08:00
parent 0adab95d34
commit 1226350099
24 changed files with 95 additions and 386 deletions

View File

@@ -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()