From 33a4d3174ff4c70e1b5a2f4b14ad722da874cd62 Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Sat, 16 Aug 2025 18:02:29 +0800
Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E6=94=AF=E6=98=8E=E7=BB=86=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../custom-nav-bar3/custom-nav-bar3.vue | 2 +-
pages.json | 6 ++
pages/cashFlow/cashFlow.vue | 69 +++++++++++++++++++
3 files changed, 76 insertions(+), 1 deletion(-)
create mode 100644 pages/cashFlow/cashFlow.vue
diff --git a/components/custom-nav-bar3/custom-nav-bar3.vue b/components/custom-nav-bar3/custom-nav-bar3.vue
index 6d8e6b5..88692a9 100644
--- a/components/custom-nav-bar3/custom-nav-bar3.vue
+++ b/components/custom-nav-bar3/custom-nav-bar3.vue
@@ -61,7 +61,7 @@ function goBack() {
.title {
font-size: 36rpx;
font-weight: 400;
- color: #3d3d3d;
+ color: #ffffff;
}
.search {
diff --git a/pages.json b/pages.json
index 41bf075..f5c4118 100644
--- a/pages.json
+++ b/pages.json
@@ -62,6 +62,12 @@
"style": {
"navigationStyle": "custom"
}
+ },
+ {
+ "path": "pages/cashFlow/cashFlow",
+ "style": {
+ "navigationStyle": "custom"
+ }
}
],
"tabBar": {
diff --git a/pages/cashFlow/cashFlow.vue b/pages/cashFlow/cashFlow.vue
new file mode 100644
index 0000000..28dc735
--- /dev/null
+++ b/pages/cashFlow/cashFlow.vue
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+