|
|
|
@ -114,6 +114,12 @@ import formData from "@/utils/class/date"; |
|
|
|
this.depositHistory(); |
|
|
|
} |
|
|
|
}, |
|
|
|
cancelWithdraw(item) { |
|
|
|
Wallet.cancelWithdraw({ withdraw_id: item.id }).then(res => { |
|
|
|
this.$toast(this.$t('otc.d4')); |
|
|
|
this.getWithdrawRecords() |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
onLoad(e) { |
|
|
|
// console.log('---------',e); |
|
|
|
|