diff --git a/src/views/ebiz/productFlowImprove/components/CalculatePremium.vue b/src/views/ebiz/productFlowImprove/components/CalculatePremium.vue index eea609a45..fee2006f4 100644 --- a/src/views/ebiz/productFlowImprove/components/CalculatePremium.vue +++ b/src/views/ebiz/productFlowImprove/components/CalculatePremium.vue @@ -634,12 +634,7 @@ export default { mounted() { // 当组件挂载之后开始创建订单 this.isFrom = window.localStorage.isFrom - this.$jump({ - flag: 'navigation', - extra: { - title: '保费计算' - } - }) + if (this.isFrom === 'proposal') { setTimeout(() => { /* global EWebBridge */ @@ -3512,7 +3507,7 @@ export default { // 保存被保人的相关信息 // this.submitOrder([insuredDTOItem]) - if (!resultData) { + if (!this.$route.query.source) { this.jumpTo() } },