From cb16d207a5c61a5b22ed4c2a98c848508c983cdf Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Wed, 1 Apr 2026 16:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E5=B8=81=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=92=A4=E9=94=80=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/assets/draw1.vue | 2 +- pages/assets/records.vue | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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);