From dcfcf2462cf305873c22af4b92cff40288ac5301 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Wed, 14 Jan 2026 14:43:09 +0800
Subject: [PATCH] 1
---
.env.development | 4 ++--
src/views/capital/withdrawallist.vue | 24 ++++++++++++------------
src/views/userlist/components/editCapitaluserdialog.vue | 2 ++
3 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/.env.development b/.env.development
index e3568b9..0ae282f 100644
--- a/.env.development
+++ b/.env.development
@@ -10,5 +10,5 @@
# VUE_APP_API_BASE_URL= https://www.prudentcapitals.net/
# VUE_APP_API_BASE_URL=https://api.guosen.org/
-VUE_APP_API_BASE_URL=https://dgapi.shengliankeji.top/
-# VUE_APP_API_BASE_URL=http://192.168.10.5:8091/
\ No newline at end of file
+# VUE_APP_API_BASE_URL=https://dgapi.shengliankeji.top/
+VUE_APP_API_BASE_URL=http://192.168.10.5:8219/
\ No newline at end of file
diff --git a/src/views/capital/withdrawallist.vue b/src/views/capital/withdrawallist.vue
index affcefc..85ab39b 100644
--- a/src/views/capital/withdrawallist.vue
+++ b/src/views/capital/withdrawallist.vue
@@ -204,19 +204,19 @@
customRender: 'withStatus'
},
},
+ // {
+ // title: '提现银行',
+ // dataIndex: 'bankName',
+ // align: 'center',
+ // },
+ // {
+ // title: '提现支行',
+ // dataIndex: 'bankAddress',
+ // align: 'center',
+ // width: 200,
+ // },
{
- title: '提现银行',
- dataIndex: 'bankName',
- align: 'center',
- },
- {
- title: '提现支行',
- dataIndex: 'bankAddress',
- align: 'center',
- width: 200,
- },
- {
- title: '银行号码',
+ title: '银行号码或提现地址',
dataIndex: 'bankNo',
align: 'center',
},
diff --git a/src/views/userlist/components/editCapitaluserdialog.vue b/src/views/userlist/components/editCapitaluserdialog.vue
index 498803e..3268bda 100644
--- a/src/views/userlist/components/editCapitaluserdialog.vue
+++ b/src/views/userlist/components/editCapitaluserdialog.vue
@@ -53,6 +53,8 @@
switch (value.accectType) {
case 'US':
return `美元(${value.symbol} ${value.availableBalance})`
+ case 'JP':
+ return `日元(${value.symbol} ${value.availableBalance})`
case 'MAS':
return `马来西亚(${value.symbol} ${value.availableBalance})`
case 'HK':
--
Gitblit v1.9.3