fix: init sendToList
This commit is contained in:
@@ -10,7 +10,7 @@ async function payment(path) {
|
||||
data: function () {
|
||||
return {
|
||||
paymentTab: 'destination',
|
||||
sendToList: [],
|
||||
sendToList: [{address: '', amount: undefined}],
|
||||
changeWallet: null,
|
||||
changeAddress: {},
|
||||
changeAmount: 0,
|
||||
|
||||
Reference in New Issue
Block a user