mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 19:32:53 +08:00
Merge branch 'hotfix/账户信息回显银行卡省市' into dev
# Conflicts: # src/views/ebiz/sale/AccountInformation.vue
This commit is contained in:
@@ -224,6 +224,11 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
showbackBankAddressStr(provinceCode, cityCode) {
|
||||
let provinces = areaList.province_list
|
||||
let cities = areaList.city_list
|
||||
this.areaStr = `${provinces[provinceCode]}-${cities[cityCode]}`
|
||||
},
|
||||
async getCaptcha() {
|
||||
let data = {
|
||||
operateType: 'appntInfoEntry',
|
||||
@@ -654,6 +659,8 @@ export default {
|
||||
this.bankId = res.orderDTO.orderAccountDTO.cardBookCode
|
||||
this.accBankProvince = res.orderDTO.orderAccountDTO.accBankProvince
|
||||
this.accBankCity = res.orderDTO.orderAccountDTO.accBankCity
|
||||
// 回显银行卡省市信息
|
||||
this.showbackBankAddressStr(this.accBankProvince, this.accBankCity)
|
||||
localStorage.setItem('isAutoPay', res.orderDTO.orderAccountDTO.isAutoPay)
|
||||
localStorage.setItem('isAutoRenewal', res.orderDTO.orderAccountDTO.isAutoRenewal)
|
||||
localStorage.setItem('isRenew', res.orderDTO.orderAccountDTO.isRenew)
|
||||
|
||||
Reference in New Issue
Block a user