From 6acfdb256d302ed486ee05e4196dfaf23d6d1e77 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 15:59:20 +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/index.js | 1 + pages.json | 4 ++-- pages/account/withdraws.vue | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apis/index.js b/apis/index.js index 917ef93..9be41a3 100644 --- a/apis/index.js +++ b/apis/index.js @@ -67,6 +67,7 @@ const request = (parameter, hideLoding = true) => { errToast(res.statusCode) }, fail(err) { + console.log(err) uni.showToast({ title: '网络错误,请检查您设备网络状态', icon : 'none' diff --git a/pages.json b/pages.json index 9a84a5d..bc73d54 100644 --- a/pages.json +++ b/pages.json @@ -343,7 +343,7 @@ "navigationBarTitleText": "机构信息", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#446EFE", - "navigationBarTextStyle": "white", + "navigationBarTextStyle": "white" } }, { "path": "pages/work/perfectBasis", @@ -353,7 +353,7 @@ "navigationBarTitleText": "基础信息", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#446EFE", - "navigationBarTextStyle": "white", + "navigationBarTextStyle": "white" } }, { "path": "pages/transfers/lists", diff --git a/pages/account/withdraws.vue b/pages/account/withdraws.vue index 8a3a630..640c337 100644 --- a/pages/account/withdraws.vue +++ b/pages/account/withdraws.vue @@ -94,11 +94,12 @@ 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){ let bankIndex = this.banks.findIndex(val => val.name === bank.bank_name) - this.bankNo = bank.bank_no this.mobile = bank.mobile this.bankVal = bankIndex >= 0 ? bankIndex : 0