1
This commit is contained in:
@@ -6,7 +6,7 @@ import dayjs from "dayjs";
|
||||
import "./index.scss";
|
||||
import { DialogCalendarCard } from "@/components/index";
|
||||
// import { CalendarUI } from "@/components";
|
||||
import { CommonPopup, BackNavbar } from "@/components";
|
||||
import { CommonPopup, GeneralNavbar } from "@/components";
|
||||
import httpService from "@/services/httpService";
|
||||
import img from "@/config/images";
|
||||
|
||||
@@ -263,9 +263,9 @@ const DownloadBill: React.FC = () => {
|
||||
</View>
|
||||
</View> */}
|
||||
{/* 顶部导航栏 */}
|
||||
<BackNavbar
|
||||
<GeneralNavbar
|
||||
title={pageTitle}
|
||||
showBackButton={true}
|
||||
showBack={true}
|
||||
showAvatar={false}
|
||||
onBack={() => {
|
||||
Taro.navigateBack();
|
||||
|
||||
Reference in New Issue
Block a user