mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 11:36:45 +08:00
fix(fab): 修复修改保障计划之后莫名的跳转问题
This commit is contained in:
@@ -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()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user