mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 12:06:43 +08:00
【fix】 为安行无忧配置附加险的交费期间校验配置
This commit is contained in:
@@ -573,6 +573,17 @@ export default {
|
|||||||
let initFn = new Function('that', config.initBody.join(''))
|
let initFn = new Function('that', config.initBody.join(''))
|
||||||
initFn(this)
|
initFn(this)
|
||||||
}
|
}
|
||||||
|
if(config.otherRisk){
|
||||||
|
for(let item of config.otherRisk){
|
||||||
|
if(!ruleExpression[item] || !ruleExpression[item].eventList){
|
||||||
|
ruleExpression[item] = {
|
||||||
|
eventList : [config.eventName]
|
||||||
|
}
|
||||||
|
}else{
|
||||||
|
ruleExpression[item].eventList.push(config.eventName)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
rules.eventList.push(config.eventName)
|
rules.eventList.push(config.eventName)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user