mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 17:26:44 +08:00
【关于金掌桂签名确认页面部分阅读签字材料更新和新增的需求及优化】微信分享功能现调整为不区分是否为双录单,所有投保新单均需对《免除保险人责任条款说明书》阅读签字
This commit is contained in:
@@ -439,13 +439,20 @@ export default {
|
|||||||
// axios.get(url).then(res => {
|
// axios.get(url).then(res => {
|
||||||
// console.log(res)
|
// console.log(res)
|
||||||
// })
|
// })
|
||||||
|
let routeUrl
|
||||||
|
let doubleRecordFlag = localStorage.doubleRecordFlag
|
||||||
|
routeUrl = '/sale/signatureOfElectronic'
|
||||||
|
if (doubleRecordFlag == '1') {
|
||||||
|
// 跳转双录签署文件
|
||||||
|
routeUrl = '/sale/doubleRecordTip'
|
||||||
|
}
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
url: location.origin + '/#/sale/doubleRecordTip'
|
url: location.origin + '/#'+routeUrl
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
path: '/sale/doubleRecordTip'
|
path: routeUrl
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user