1
This commit is contained in:
@@ -4,7 +4,7 @@ import Taro, { useDidShow, useReachBottom } from "@tarojs/taro";
|
||||
import "./index.scss";
|
||||
import { CommonPopup, EmptyState } from "@/components";
|
||||
import httpService from "@/services/httpService";
|
||||
import { withAuth, BackNavbar } from "@/components";
|
||||
import { withAuth, GeneralNavbar } from "@/components";
|
||||
import { PopupPicker } from "@/components/Picker/index";
|
||||
import { handleCustomerService } from "@/services/userService";
|
||||
import img from "@/config/images";
|
||||
@@ -475,9 +475,9 @@ const WalletPage: React.FC = () => {
|
||||
</View>
|
||||
</View> */}
|
||||
{/* 顶部导航栏 */}
|
||||
<BackNavbar
|
||||
<GeneralNavbar
|
||||
title={pageTitle}
|
||||
showBackButton={true}
|
||||
showBack={true}
|
||||
showAvatar={false}
|
||||
onBack={() => {
|
||||
Taro.navigateBack();
|
||||
|
||||
Reference in New Issue
Block a user