同步
This commit is contained in:
@@ -67,6 +67,7 @@ const request = (parameter, hideLoding = true) => {
|
|||||||
errToast(res.statusCode)
|
errToast(res.statusCode)
|
||||||
},
|
},
|
||||||
fail(err) {
|
fail(err) {
|
||||||
|
console.log(err)
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '网络错误,请检查您设备网络状态',
|
title: '网络错误,请检查您设备网络状态',
|
||||||
icon : 'none'
|
icon : 'none'
|
||||||
|
|||||||
@@ -343,7 +343,7 @@
|
|||||||
"navigationBarTitleText": "机构信息",
|
"navigationBarTitleText": "机构信息",
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"navigationBarBackgroundColor": "#446EFE",
|
"navigationBarBackgroundColor": "#446EFE",
|
||||||
"navigationBarTextStyle": "white",
|
"navigationBarTextStyle": "white"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/work/perfectBasis",
|
"path": "pages/work/perfectBasis",
|
||||||
@@ -353,7 +353,7 @@
|
|||||||
"navigationBarTitleText": "基础信息",
|
"navigationBarTitleText": "基础信息",
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"navigationBarBackgroundColor": "#446EFE",
|
"navigationBarBackgroundColor": "#446EFE",
|
||||||
"navigationBarTextStyle": "white",
|
"navigationBarTextStyle": "white"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/transfers/lists",
|
"path": "pages/transfers/lists",
|
||||||
|
|||||||
@@ -94,11 +94,12 @@
|
|||||||
this.type = bank.message_type
|
this.type = bank.message_type
|
||||||
this.isDisabled = has_bank
|
this.isDisabled = has_bank
|
||||||
|
|
||||||
|
console.log(bank)
|
||||||
|
|
||||||
this.name = id_card.name
|
this.name = id_card.name
|
||||||
this.idcard = id_card.id_card_no
|
this.idcard = id_card.id_card_no
|
||||||
if(has_bank){
|
if(has_bank){
|
||||||
let bankIndex = this.banks.findIndex(val => val.name === bank.bank_name)
|
let bankIndex = this.banks.findIndex(val => val.name === bank.bank_name)
|
||||||
|
|
||||||
this.bankNo = bank.bank_no
|
this.bankNo = bank.bank_no
|
||||||
this.mobile = bank.mobile
|
this.mobile = bank.mobile
|
||||||
this.bankVal = bankIndex >= 0 ? bankIndex : 0
|
this.bankVal = bankIndex >= 0 ? bankIndex : 0
|
||||||
|
|||||||
Reference in New Issue
Block a user