feat: 券商功能

This commit is contained in:
2026-01-10 15:53:01 +08:00
parent 0d7f520dc4
commit 20fe8528e3
9 changed files with 737 additions and 541 deletions
@@ -102,7 +102,8 @@ export default {
this.logList = [...this.logList, ...newData]; // 将新数据添加到列表中
this.logList.forEach(item=>{
if(item.name == 'WALLET'){
item.account = func.addressTurn(item.account,6)
item.account = "******" + item.account.slice(-4);
// item.account = func.addressTurn(item.account,6)
}
})
this.form.page++; // 页码加1