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