Browse Source

修改划转

master
liaoxinyu 2 years ago
parent
commit
3800446f6e
  1. 2
      src/views/components/inner-transfer.vue

2
src/views/components/inner-transfer.vue

@ -239,6 +239,7 @@ export default {
}
this.$refs.to.$refs.panel.clearCheckedNodes();
this.$refs.to.$refs.panel.lazyLoad();
this.getUserCoinAssets();
},
toChange() {
this.form.to_account = this.toValue[0];
@ -313,6 +314,7 @@ export default {
this.form.amount = "";
this.getUserCoinAssets();
this.$emit('changeAssets')
location.reload()
})
.catch(() => {});
},

Loading…
Cancel
Save