Browse Source

修改合约左侧图片显示不出来

master
liaoxinyu 2 years ago
parent
commit
20bd99f4c4
  1. 2
      src/views/contract/index.vue

2
src/views/contract/index.vue

@ -355,7 +355,7 @@ export default {
this.contractList = data; this.contractList = data;
if(this.filterCoin==''){ if(this.filterCoin==''){
this.contractListFilter = data; this.contractListFilter = data;
this.Listes(); // this.Listes();
} }
}else if (cmd == "ping") { }else if (cmd == "ping") {
this.ws.send({ this.ws.send({

Loading…
Cancel
Save