1
This commit is contained in:
@@ -5,7 +5,7 @@ import "./index.scss";
|
||||
import httpService from "@/services/httpService";
|
||||
import Taro, { useReachBottom } from "@tarojs/taro";
|
||||
import img from "@/config/images";
|
||||
import { EmptyState, BackNavbar } from "@/components";
|
||||
import { EmptyState, GeneralNavbar } from "@/components";
|
||||
|
||||
interface BillRecord {
|
||||
id: number;
|
||||
@@ -82,9 +82,9 @@ const DownloadBillRecords: React.FC = () => {
|
||||
</View>
|
||||
</View> */}
|
||||
{/* 顶部导航栏 */}
|
||||
<BackNavbar
|
||||
<GeneralNavbar
|
||||
title={pageTitle}
|
||||
showBackButton={true}
|
||||
showBack={true}
|
||||
showAvatar={false}
|
||||
onBack={() => {
|
||||
Taro.navigateBack();
|
||||
|
||||
Reference in New Issue
Block a user