From 37c18be7c241c345ff04daf1ae54e036be2c66d0 Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Sat, 28 Feb 2026 14:50:21 +0800 Subject: [PATCH] f --- .eslintrc-auto-import.json | 1 - auto-imports.d.ts | 1 - index.html | 8 +-- src/pages/finance/Wallet.vue | 136 ++++++++++++++++++++++------------- 4 files changed, 92 insertions(+), 54 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index 017fbb8..7c358d0 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -365,7 +365,6 @@ "useThrottleFn": true, "useThrottledRefHistory": true, "useTimeAgo": true, - "useTimeAgoIntl": true, "useTimeout": true, "useTimeoutFn": true, "useTimeoutPoll": true, diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 17031ec..81afeaf 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -815,7 +815,6 @@ declare module 'vue' { readonly useThrottleFn: UnwrapRef readonly useThrottledRefHistory: UnwrapRef readonly useTimeAgo: UnwrapRef - readonly useTimeAgoIntl: UnwrapRef readonly useTimeout: UnwrapRef readonly useTimeoutFn: UnwrapRef readonly useTimeoutPoll: UnwrapRef diff --git a/index.html b/index.html index 5c42208..8dd40c4 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,9 @@ - + - - - + + + 天远数据 diff --git a/src/pages/finance/Wallet.vue b/src/pages/finance/Wallet.vue index 00dcf22..9f0a799 100644 --- a/src/pages/finance/Wallet.vue +++ b/src/pages/finance/Wallet.vue @@ -26,8 +26,8 @@ - -
+ +
+
+ + + +
@@ -163,21 +185,21 @@

选择充值金额

-
¥{{ formatPrice(bonus.recharge_amount) }}
-
+
¥{{ formatPrice(item.recharge_amount) }}
+
赠送 - ¥{{ formatPrice(bonus.bonus_amount) }} + ¥{{ formatPrice(item.bonus_amount) }}
- 实到账:¥{{ formatPrice(bonus.recharge_amount + bonus.bonus_amount) }} + 实到账:¥{{ formatPrice(item.recharge_amount + (rechargeConfig.recharge_bonus_enabled ? item.bonus_amount : 0)) }}
@@ -189,7 +211,7 @@ >
自定义金额
-
+
赠送 {{ getCustomBonusText() }}
@@ -219,8 +241,8 @@
最低充值金额:¥{{ rechargeConfig.min_amount }},最多支持两位小数
- -
+ +
选择充值金额
-
¥{{ formatPrice(bonus.recharge_amount) }}
-
+
¥{{ formatPrice(item.recharge_amount) }}
+
赠送 - ¥{{ formatPrice(bonus.bonus_amount) }} + ¥{{ formatPrice(item.bonus_amount) }}
- 实到账:¥{{ formatPrice(bonus.recharge_amount + bonus.bonus_amount) }} + 实到账:¥{{ formatPrice(item.recharge_amount + (rechargeConfig.recharge_bonus_enabled ? item.bonus_amount : 0)) }}
@@ -287,7 +309,7 @@ >
自定义金额
-
+
赠送 {{ getCustomBonusText() }}
@@ -317,8 +339,8 @@
最低充值金额:¥{{ rechargeConfig.min_amount }},最多支持两位小数
- -
+ +