mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 08:36:44 +08:00
保费试算与签名跳转问题修改
This commit is contained in:
@@ -484,6 +484,7 @@ export default {
|
||||
//试算成功,信息返显
|
||||
if (resultData.result == 0) {
|
||||
this.trialList = resultData.trialList
|
||||
console.log(resultData.trialList)
|
||||
localStorage.trialList = JSON.stringify(resultData.trialList)
|
||||
//设置豁免险保额
|
||||
this.setRemitRisk()
|
||||
@@ -622,6 +623,10 @@ export default {
|
||||
if (this.trialList[index].trialType == '1') {
|
||||
riskItem['amt'] = this.trialList[index].amt
|
||||
}
|
||||
//万能型产品保费赋值给保额
|
||||
if (this.trialList[index].productCode == 'GFRS_M0003') {
|
||||
riskItem['amt'] = this.trialList[index].prem
|
||||
}
|
||||
//豁免险保额处理
|
||||
if (item.isRemit == '0') {
|
||||
this.trialInfos[index].amt = this.trialList[0].prem
|
||||
|
||||
Reference in New Issue
Block a user