mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 06:56:44 +08:00
提交代码
This commit is contained in:
@@ -531,24 +531,26 @@ export default {
|
|||||||
path: '/sale/insuranceInformation'
|
path: '/sale/insuranceInformation'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else if (that.insuredSign.readStatus == '1') {
|
}
|
||||||
|
else if (that.insuredSign.readStatus == '1') {
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
url: location.origin + '/#/sale/signatureOfElectronic'
|
url: location.origin + '/#/sale/insuranceInformation'
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
path: '/sale/signatureOfElectronic'
|
path: '/sale/insuranceInformation'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else if (that.insuredSign.signStatus == '0') {
|
}
|
||||||
|
else if (that.insuredSign.signStatus == '0') {
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
url: location.origin + '/#/sale/signatureOfElectronic'
|
url: location.origin + '/#/sale/insuranceInformation'
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
path: '/sale/signatureOfElectronic'
|
path: '/sale/insuranceInformation'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -638,7 +640,6 @@ export default {
|
|||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
let that = this
|
let that = this
|
||||||
if (res.result == '0') {
|
if (res.result == '0') {
|
||||||
|
|
||||||
if (res.uwResult == '02') { // 去支付
|
if (res.uwResult == '02') { // 去支付
|
||||||
// window.localStorage.setItem('uwResult', res.uwResult)
|
// window.localStorage.setItem('uwResult', res.uwResult)
|
||||||
window.localStorage.setItem('underWriteData', JSON.stringify(res))
|
window.localStorage.setItem('underWriteData', JSON.stringify(res))
|
||||||
|
|||||||
Reference in New Issue
Block a user