mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 17:46: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,6 +395,7 @@ export default {
|
||||
})
|
||||
},
|
||||
comfirmCheckActive() {
|
||||
if (this.active_radio == '1') {
|
||||
let param = {
|
||||
orderDTO: {
|
||||
orderInfoDTO: {
|
||||
@@ -421,6 +421,17 @@ export default {
|
||||
this.$toast(res.resultMessage)
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/common/mainRiskList'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/common/mainRiskList'
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
showTipForDoubleRecord() {
|
||||
//判断投保人年龄是否大于等于60岁
|
||||
|
||||
Reference in New Issue
Block a user