@ -393,7 +393,7 @@
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.8);
background-color: rgba(122, 122, 122, 0.8);
display: flex;
justify-content: center;
align-items: center;
@ -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);