jhzh
2024-11-29 f3e70d4fb065b5e4c5478d07fdeb3f7e2483730c
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);
      });
      }