同步
This commit is contained in:
@@ -67,6 +67,7 @@ const request = (parameter, hideLoding = true) => {
|
||||
errToast(res.statusCode)
|
||||
},
|
||||
fail(err) {
|
||||
console.log(err)
|
||||
uni.showToast({
|
||||
title: '网络错误,请检查您设备网络状态',
|
||||
icon : 'none'
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user