diff --git a/src/views/components/KlineTrade/PlaceForm.vue b/src/views/components/KlineTrade/PlaceForm.vue index 054946bb..3d830026 100644 --- a/src/views/components/KlineTrade/PlaceForm.vue +++ b/src/views/components/KlineTrade/PlaceForm.vue @@ -92,7 +92,7 @@ block :variant="type === 0 ? 'success': 'danger'" > - {{ type === 0 ? 'Buy' : 'Sell' }} + {{ type === 0 ? `Buy ${ base }` : `Sell ${ base }` }} x.chain === this.$route.params.chain) + if (addrs && addrs.length > 0) { + array = array.concat(addrs.map(x => ({ value: x.addr, label: values[i].name.concat(' - ', abbrAddress(x.addr)) }))) + } + } + return array + }, }, methods: { changeAmount() {