Browse Source

修改合约历史记录盈亏没有颜色

master
liaoxinyu 1 year ago
parent
commit
b4aa8070d2
  1. 6
      src/views/components/inner-transfer.vue

6
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];
@ -276,8 +277,8 @@ export default {
// to_account,
// from_account
// ];
console.info(this.form.from_account)
console.info(this.form.to_account)
// console.info(this.form.from_account)
// console.info(this.form.to_account)
// [this.fromChild, this.toChild] = [this.toChild, this.fromChild];
this.form.pair_id = this.toChild.id;
this.getUserCoinAssets()
@ -313,6 +314,7 @@ export default {
this.form.amount = "";
this.getUserCoinAssets();
this.$emit('changeAssets')
location.reload()
})
.catch(() => {});
},

Loading…
Cancel
Save