From e47b0eeb37be332a8a79e7f00b425c5f5affc06f Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Mon, 18 Aug 2025 14:01:52 +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=EF=BC=8Ccard=E7=9A=84view=E7=BB=93=E6=9E=84=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enum/commonEnum.js | 2 ++ pages/cashFlow/cashFlow.vue | 66 ++++++++++++++++++++++++++++++++----- 2 files changed, 60 insertions(+), 8 deletions(-) diff --git a/enum/commonEnum.js b/enum/commonEnum.js index 1cef44b..7dad636 100644 --- a/enum/commonEnum.js +++ b/enum/commonEnum.js @@ -29,5 +29,7 @@ export const commonEnum = { //收支明细 TYPE_SELECT: 'https://api.ccttiot.com/image-1755487673678.png', //类型 DOWN_ICON: 'https://api.ccttiot.com/image-1755484170012.png', + WITHDRAW: 'https://api.ccttiot.com/image-1755496777724.png', //提现 + ORDER_NUMBER: 'https://api.ccttiot.com/image-1755496809579.png', //订单 } export default commonEnum diff --git a/pages/cashFlow/cashFlow.vue b/pages/cashFlow/cashFlow.vue index 88fdb89..5a68c9e 100644 --- a/pages/cashFlow/cashFlow.vue +++ b/pages/cashFlow/cashFlow.vue @@ -1,7 +1,7 @@