From b5b3df24f50cf7b4e93ae3d37f236a891d6f00cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Mon, 27 Mar 2023 17:03:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/interfaces/account.js | 3 +++ pages/account/withdraws.vue | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/apis/interfaces/account.js b/apis/interfaces/account.js index b7cb453..6be342b 100644 --- a/apis/interfaces/account.js +++ b/apis/interfaces/account.js @@ -50,6 +50,9 @@ const withdrawsCreate = () => { // 奖金提现申请 const withdraws = data => { + + console.log(data) + return request({ url: 'withdraws/index', method: 'POST', diff --git a/pages/account/withdraws.vue b/pages/account/withdraws.vue index 640c337..187bda4 100644 --- a/pages/account/withdraws.vue +++ b/pages/account/withdraws.vue @@ -93,9 +93,6 @@ this.identity = id_card this.type = bank.message_type this.isDisabled = has_bank - - console.log(bank) - this.name = id_card.name this.idcard = id_card.id_card_no if(has_bank){ @@ -107,9 +104,6 @@ uni.hideLoading() }).catch(err => { - - console.log(err) - uni.showModal({ content : err.message, showCancel : false,