improve UI

This commit is contained in:
liangping
2022-04-17 20:37:29 +08:00
parent ce1611a006
commit 37e6d3d065
3 changed files with 5 additions and 3 deletions
@@ -144,6 +144,7 @@ export default {
this.$http.getTxs(this.hash, this.selectedChain).then(res => {
if (res.code === 0) {
this.succeed = true
this.isLoading = false
clearInterval(this.timer)
const elem = document.getElementById('txevent')
if (elem) {