mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 04:36:44 +08:00
建议书保费试算页面鑫管家B款终身寿险(万能型)改动保额不调用试算接口
This commit is contained in:
@@ -2711,9 +2711,9 @@
|
|||||||
} else {
|
} else {
|
||||||
if(defalutValue < 0.01){
|
if(defalutValue < 0.01){
|
||||||
currentEle['minPrem'] = 0.01
|
currentEle['minPrem'] = 0.01
|
||||||
|
this.$toast('保费最小100元')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.getTrial()
|
|
||||||
}
|
}
|
||||||
else if (this.isTrial === '0' && this.chooseProducts[productIndex].isMainRisk == '0') {
|
else if (this.isTrial === '0' && this.chooseProducts[productIndex].isMainRisk == '0') {
|
||||||
if (Number(defalutValue) < Number(min)) {
|
if (Number(defalutValue) < Number(min)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user