|
@@ -175,10 +175,10 @@
|
|
console.log(res)
|
|
console.log(res)
|
|
console.log('------------res-----------')
|
|
console.log('------------res-----------')
|
|
let that = this
|
|
let that = this
|
|
- that.bankid[0] = res
|
|
|
|
- that.bank1 = res
|
|
|
|
|
|
+ that.bankid[0] = res.data.appendixPath
|
|
|
|
+ that.bank1 = res.data.appendixPath
|
|
that.certificates = false
|
|
that.certificates = false
|
|
- that.bankImgs1.bankImg = res
|
|
|
|
|
|
+ that.bankImgs1.bankImg = res.data.appendixPath
|
|
that.$api.doRequest('get', '/driverViewInfo/bankShibie', that
|
|
that.$api.doRequest('get', '/driverViewInfo/bankShibie', that
|
|
.bankImgs1).then(res => {
|
|
.bankImgs1).then(res => {
|
|
if (res.data.data.bankNo != null) {
|
|
if (res.data.data.bankNo != null) {
|
|
@@ -208,10 +208,10 @@
|
|
console.log(res)
|
|
console.log(res)
|
|
console.log('------------res-----------')
|
|
console.log('------------res-----------')
|
|
let that = this
|
|
let that = this
|
|
- that.bankid[1] = res
|
|
|
|
- that.bank2 = res
|
|
|
|
|
|
+ that.bankid[1] = res.data.appendixPath
|
|
|
|
+ that.bank2 = res.data.appendixPath
|
|
that.certificatesTwo = false
|
|
that.certificatesTwo = false
|
|
- that.bankImgs1.bankImg = res
|
|
|
|
|
|
+ that.bankImgs1.bankImg = res.data.appendixPath
|
|
// that.$api.doRequest('get', '/driverViewInfo/bankShibie', that
|
|
// that.$api.doRequest('get', '/driverViewInfo/bankShibie', that
|
|
// .bankImgs1).then(res => {
|
|
// .bankImgs1).then(res => {
|
|
// if (res.data.data.bankNo != null) {
|
|
// if (res.data.data.bankNo != null) {
|