From bf0621e03d79c5098b3ee25007ff4f52f2939162 Mon Sep 17 00:00:00 2001 From: dongjian <315328220@qq.com> Date: Tue, 18 Nov 2025 17:10:51 +0800 Subject: [PATCH] no message --- pages/rwa_package/account/components/shu-tips.vue | 4 ++-- pages/rwa_package/account/index.vue | 4 ++-- pages/rwa_package/rwa/rwa.vue | 3 ++- utils/config.js | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/pages/rwa_package/account/components/shu-tips.vue b/pages/rwa_package/account/components/shu-tips.vue index 7338ac4..34c7274 100644 --- a/pages/rwa_package/account/components/shu-tips.vue +++ b/pages/rwa_package/account/components/shu-tips.vue @@ -14,14 +14,14 @@ - + diff --git a/pages/rwa_package/account/index.vue b/pages/rwa_package/account/index.vue index 7bffe5b..a964c46 100644 --- a/pages/rwa_package/account/index.vue +++ b/pages/rwa_package/account/index.vue @@ -4,8 +4,8 @@
- - {{item}} + + {{item}} diff --git a/pages/rwa_package/rwa/rwa.vue b/pages/rwa_package/rwa/rwa.vue index ae1d359..0b6cb73 100644 --- a/pages/rwa_package/rwa/rwa.vue +++ b/pages/rwa_package/rwa/rwa.vue @@ -68,7 +68,7 @@ export default { }, methods: { exchUsers(){ - getExchUsers().then(res=>{ + getExchUsers({name:'WALLET'}).then(res=>{ if (res && res.bizcode === 100) { this.dataList = res.data.entitys ? res.data.entitys : []; } @@ -113,6 +113,7 @@ export default { this.onClose(); }, acctBalance() { + getAcctBalance().then(resp=>{ if (resp && resp.bizcode === 100) { this.curData = null; diff --git a/utils/config.js b/utils/config.js index 6fb4441..7f41bcd 100644 --- a/utils/config.js +++ b/utils/config.js @@ -1,9 +1,9 @@ // export const BASE_URL="https://frontend.jdns360.com/api"; // 正式环境 // export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境 -export const BASE_URL = "https://api.tbmall.xin"; //生产 +// export const BASE_URL = "https://api.tbmall.xin"; //生产 // export const BASE_URL ='http://api.hm.a-d.work:6880' // 测试 -// export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试 +export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试 export const SHARE_URL = 'https://h.tbmall.xin';