diff --git a/pages/assets/draw1.vue b/pages/assets/draw1.vue index b29b7e0..d844490 100644 --- a/pages/assets/draw1.vue +++ b/pages/assets/draw1.vue @@ -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; diff --git a/pages/assets/records.vue b/pages/assets/records.vue index 17faf2f..c63aff4 100644 --- a/pages/assets/records.vue +++ b/pages/assets/records.vue @@ -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);