From 3346e13f26547253071d611f7ab63fedb09688a5 Mon Sep 17 00:00:00 2001 From: linyumoya <785145220@qq.com> Date: Thu, 17 Oct 2024 00:23:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E8=AE=B0=E5=B7=A5?= =?UTF-8?q?=E8=AE=B0=E8=B4=A6=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 9 +- pages/index/keepAccounts.vue | 211 ++++++++++++++++++++++++++++- pages_order/kepp/AnnualExpenditure.vue | 116 ++++++++++++++++ pages_order/kepp/MechanicProblem.vue | 91 +++++++++++++ static/image/keepAccounts/BlueWallet.png | Bin 0 -> 1752 bytes static/image/keepAccounts/YellowWallet.png | Bin 0 -> 976 bytes static/image/keepAccounts/accountBook.png | Bin 0 -> 3032 bytes static/image/keepAccounts/artisan.png | Bin 0 -> 2179 bytes static/image/keepAccounts/wallet.png | Bin 0 -> 1282 bytes 9 files changed, 418 insertions(+), 9 deletions(-) create mode 100644 pages_order/kepp/AnnualExpenditure.vue create mode 100644 pages_order/kepp/MechanicProblem.vue create mode 100644 static/image/keepAccounts/BlueWallet.png create mode 100644 static/image/keepAccounts/YellowWallet.png create mode 100644 static/image/keepAccounts/accountBook.png create mode 100644 static/image/keepAccounts/artisan.png create mode 100644 static/image/keepAccounts/wallet.png diff --git a/pages.json b/pages.json index 1b74136..aaf45af 100644 --- a/pages.json +++ b/pages.json @@ -32,8 +32,7 @@ }, "subPackages": [{ "root": "pages_order", - "pages": [ - { + "pages": [{ "path": "mine/purse" }, { @@ -83,6 +82,12 @@ }, { "path": "mine/GainPoints" + }, + { + "path": "kepp/AnnualExpenditure" + }, + { + "path": "kepp/MechanicProblem" } ] }], diff --git a/pages/index/keepAccounts.vue b/pages/index/keepAccounts.vue index 783496c..d53d00c 100644 --- a/pages/index/keepAccounts.vue +++ b/pages/index/keepAccounts.vue @@ -1,9 +1,73 @@