fix:修改asset account的 重复点击不好使的问题
This commit is contained in:
@@ -528,7 +528,6 @@
|
||||
},
|
||||
setAccountValidResult(result, protocol) {
|
||||
this.accountValidResult = result;
|
||||
this.prevent_opt.save=false;
|
||||
let index = this.errorProtocol.indexOf(protocol);
|
||||
if (result) {
|
||||
index != -1 ? this.errorProtocol.splice(index, 1) : "";
|
||||
|
||||
Reference in New Issue
Block a user