【建议书优化需求】公用模块选产品,试算页面采用原生方法jump跳转

This commit is contained in:
lyt
2023-04-04 16:18:35 +08:00
committed by liu.xiaofeng@ebiz-digits.com
parent 9be9b99abf
commit dc6ec749aa
2 changed files with 40 additions and 40 deletions

View File

@@ -536,16 +536,16 @@ export default {
} else if (this.$route.query.proposalOrderNo) { } else if (this.$route.query.proposalOrderNo) {
thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo
} }
this.$router.push({ path: '/common/calculatePremium' + thismyurl }) // this.$router.push({ path: '/common/calculatePremium' + thismyurl })
// this.$jump({ this.$jump({
// flag: 'h5', flag: 'h5',
// extra: { extra: {
// url: location.origin + '/#/common/calculatePremium' url: location.origin + '/#/common/calculatePremium'
// }, },
// routerInfo: { routerInfo: {
// path: '/common/calculatePremium' path: '/common/calculatePremium'
// } }
// }) })
} }
} }
} }

View File

@@ -483,16 +483,16 @@ export default {
url = `/proposal/chooseInsuredPerson?proposalOrderNo=${proposalOrderNo}` url = `/proposal/chooseInsuredPerson?proposalOrderNo=${proposalOrderNo}`
} }
let page = this.$route.query.proposalEdit == '1' ? '-1' : '-2' let page = this.$route.query.proposalEdit == '1' ? '-1' : '-2'
this.$router.push({ path: url }) // this.$router.push({ path: url })
// this.$jump({ this.$jump({
// flag: 'h5', flag: 'h5',
// extra: { extra: {
// url: location.origin + `/#${url}` url: location.origin + `/#${url}`
// }, },
// routerInfo: { routerInfo: {
// path: url path: url
// } }
// }) })
} else { } else {
let showFlag = this.showTipForDoubleRecord() let showFlag = this.showTipForDoubleRecord()
if (showFlag) { if (showFlag) {
@@ -575,16 +575,16 @@ export default {
} else if (this.$route.query.proposalOrderNo) { } else if (this.$route.query.proposalOrderNo) {
thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo
} }
this.$router.push({ path: '/common/mainRiskList' + thismyurl }) // this.$router.push({ path: '/common/mainRiskList' + thismyurl })
// this.$jump({ this.$jump({
// flag: 'h5', flag: 'h5',
// extra: { extra: {
// url: location.origin + '/#/common/mainRiskList' url: location.origin + '/#/common/mainRiskList'
// }, },
// routerInfo: { routerInfo: {
// path: '/common/mainRiskList' path: '/common/mainRiskList'
// } }
// }) })
}, },
//选择活动还是普通产品,弹框确认按钮 //选择活动还是普通产品,弹框确认按钮
comfirmCheckActive(type) { comfirmCheckActive(type) {
@@ -629,16 +629,16 @@ export default {
} else if (this.$route.query.proposalOrderNo) { } else if (this.$route.query.proposalOrderNo) {
thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo
} }
this.$router.push({ path: '/common/mainRiskList' + thismyurl }) // this.$router.push({ path: '/common/mainRiskList' + thismyurl })
// this.$jump({ this.$jump({
// flag: 'h5', flag: 'h5',
// extra: { extra: {
// url: location.origin + '/#/common/mainRiskList' url: location.origin + '/#/common/mainRiskList'
// }, },
// routerInfo: { routerInfo: {
// path: '/common/mainRiskList' path: '/common/mainRiskList'
// } }
// }) })
} else { } else {
this.$toast(res.resultMessage) this.$toast(res.resultMessage)
} }