From 4ee471b8e69c7195432b827929847e0feea2ef2d Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Thu, 5 Mar 2026 13:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=92=B1=E5=8C=85=E6=B1=87?= =?UTF-8?q?=E6=80=BB=E4=BB=A5=E5=8F=8A=E4=BF=AE=E6=94=B9=E9=80=80=E6=AC=BE?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../moneyManage/receiveDetail/receiveService.vue | 3 +- src/views/usergold/gold/clientCountWallet.vue | 84 ---------------------- 2 files changed, 2 insertions(+), 85 deletions(-) diff --git a/src/views/moneyManage/receiveDetail/receiveService.vue b/src/views/moneyManage/receiveDetail/receiveService.vue index 0b457f5..c09247d 100644 --- a/src/views/moneyManage/receiveDetail/receiveService.vue +++ b/src/views/moneyManage/receiveDetail/receiveService.vue @@ -1490,7 +1490,8 @@ onMounted(async () => { } } - .refundDialog { + :deep(.refundDialog) { + background: #F3FAFE !important; .left { width: 50%; height: 70vh; diff --git a/src/views/usergold/gold/clientCountWallet.vue b/src/views/usergold/gold/clientCountWallet.vue index 8c26151..e0bd87a 100644 --- a/src/views/usergold/gold/clientCountWallet.vue +++ b/src/views/usergold/gold/clientCountWallet.vue @@ -108,19 +108,6 @@ const scrollTableTop = () => { tableRef.value?.setScrollTop?.(0) } -// 新增金币总数变量 -const statisticsData = ref({ - hkGold: 0, - sgHcGold: 0, - myGold: 0, - sgGold: 0, - caGold: 0, - thHsGold: 0, - thHaGold: 0, - vnGold: 0, - bjGold: 0 -}) - //客户消费记录 const userInfo = ref({}) @@ -546,17 +533,6 @@ const format3 = (num) => { -
- 香港:{{ format3(statisticsData.hkGold || 0) }}     - 新加坡HC:{{ format3(statisticsData.sgHcGold || 0) }}     - 马来西亚:{{ format3(statisticsData.myGold || 0) }}     - 新加坡:{{ format3(statisticsData.sgGold || 0) }}     - 加拿大:{{ format3(statisticsData.caGold || 0) }}     - 泰国HS:{{ format3(statisticsData.thHsGold || 0) }}     - 泰国HA:{{ format3(statisticsData.thHaGold || 0) }}     - 越南:{{ format3(statisticsData.vnGold || 0) }}     - 北京:{{ format3(statisticsData.bjGold || 0) }} -
{ {{ (scope.row.bjGold || 0) }} -
@@ -794,19 +723,6 @@ const format3 = (num) => { overflow: hidden; } } - -// 新币总数等等 -.goldStatistics { - margin-left: 1vw; - margin-bottom: 1vh; - color: #000000; - font-family: "PingFang SC"; - font-size: 16px; - font-style: normal; - font-weight: 700; - line-height: 20px; -} - // 表头背景等 :deep(.el-table__header-wrapper), :deep(.el-table__body-wrapper),