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