账单tag样式优化

This commit is contained in:
2025-10-28 22:28:00 +08:00
parent ce31b6914f
commit edcbe06ac0
5 changed files with 51 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ import httpService from "@/services/httpService";
import { TransactionType, TransactionSubType } from "@/user_pages/wallet/index";
import "./index.scss";
import img from "@/config/images";
import { BackNavbar } from "@/components"
enum FreezeActions {
Unfreeze = "unfreeze",
@@ -75,7 +76,7 @@ const BillDetail: React.FC = () => {
return (
<View className="bill-detail-page">
{/* 导航栏 */}
<View className="custom-navbar">
{/* <View className="custom-navbar">
<View className="detail-navigator">
<View
className="detail-navigator-back"
@@ -90,7 +91,16 @@ const BillDetail: React.FC = () => {
<Text>{pageTitle}</Text>
</View>
</View>
</View>
</View> */}
{/* 顶部导航栏 */}
<BackNavbar
title={pageTitle}
showBackButton={true}
showAvatar={false}
onBack={() => {
Taro.navigateBack();
}}
/>
<View className="title-text-box">
<View className="title-text"> ()</View>
<View className="amount-text">