mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 20:16:44 +08:00
开门红需求-电投提示:电投提示处理初版代码提交 --提交人:阳华祥
This commit is contained in:
@@ -375,7 +375,6 @@ export default {
|
||||
let resultData = await getOrderActiveInfo(param)
|
||||
if (resultData.result == 0) {
|
||||
if (resultData.content.activeFlag != '1') {
|
||||
// todo 弹框 显示
|
||||
this.active_show = true
|
||||
return
|
||||
}
|
||||
@@ -396,31 +395,43 @@ export default {
|
||||
})
|
||||
},
|
||||
comfirmCheckActive() {
|
||||
let param = {
|
||||
orderDTO: {
|
||||
orderInfoDTO: {
|
||||
orderNo: localStorage.orderNo,
|
||||
activeType: 'KMH'
|
||||
if (this.active_radio == '1') {
|
||||
let param = {
|
||||
orderDTO: {
|
||||
orderInfoDTO: {
|
||||
orderNo: localStorage.orderNo,
|
||||
activeType: 'KMH'
|
||||
}
|
||||
}
|
||||
}
|
||||
saveOrderActiveType(param).then(res => {
|
||||
this.active_show = false
|
||||
localStorage.setItem('active_type', 'KMH')
|
||||
if (res.result == 0) {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/common/mainRiskList'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/common/mainRiskList'
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.$toast(res.resultMessage)
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/common/mainRiskList'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/common/mainRiskList'
|
||||
}
|
||||
})
|
||||
}
|
||||
saveOrderActiveType(param).then(res => {
|
||||
this.active_show = false
|
||||
localStorage.setItem('active_type', 'KMH')
|
||||
if (res.result == 0) {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/common/mainRiskList'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/common/mainRiskList'
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.$toast(res.resultMessage)
|
||||
}
|
||||
})
|
||||
},
|
||||
showTipForDoubleRecord() {
|
||||
//判断投保人年龄是否大于等于60岁
|
||||
|
||||
Reference in New Issue
Block a user