no message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user