no message

This commit is contained in:
2025-11-18 17:10:51 +08:00
parent f82345a229
commit bf0621e03d
4 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -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;