From 208fdfa683d883e75c9307d2172690820e6187bf Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 10 May 2025 15:54:39 +0800
Subject: [PATCH] 1

---
 src/page/Fundverification.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/Fundverification.vue b/src/page/Fundverification.vue
index 4b9302b..88ba7fa 100644
--- a/src/page/Fundverification.vue
+++ b/src/page/Fundverification.vue
@@ -119,11 +119,11 @@
         	amount: this.data.amount,
 			safeword: this.password
         }
-         priceapi.walletGrthertransfer(data).then((res) => {
+         await priceapi.walletGrthertransfer(data).then((res) => {
 			 this.$toast(this.$t('操作成功'));
 			 this.$router.go(-1);
         }).catch((err)=>{
-			this.$toast(err.msg);
+			// this.$toast(err.msg);
 			this.$router.go(-1);
 		});
       }

--
Gitblit v1.9.3