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';