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