From 9354840543eb395708d1c26feeabcab4894368ef Mon Sep 17 00:00:00 2001 From: zzzzzak Date: Tue, 14 Jan 2025 23:28:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages-sub/asset/index.vue | 17 +++++++++-------- src/pages-sub/invest-detail/index.vue | 14 ++++++++++---- src/pages.json | 6 ++++-- src/pages/register/index.vue | 11 ++++++++--- src/static/images/assets-bg.jpg | Bin 0 -> 29868 bytes src/static/images/register-bg.jpg | Bin 0 -> 22428 bytes 6 files changed, 31 insertions(+), 17 deletions(-) create mode 100644 src/static/images/assets-bg.jpg create mode 100644 src/static/images/register-bg.jpg diff --git a/src/pages-sub/asset/index.vue b/src/pages-sub/asset/index.vue index 38acc9c..f634405 100644 --- a/src/pages-sub/asset/index.vue +++ b/src/pages-sub/asset/index.vue @@ -3,11 +3,13 @@ style: { navigationBarTitleText: '资金明细', navigationBarBackgroundColor: '#fff', + navigationStyle: 'custom', }, }