[FIX]富娃娃主险投保页面-首期保费跟着填写的保费输入值一起变化

This commit is contained in:
yuweiqi
2020-01-18 17:54:05 +08:00
parent ef3358d1fc
commit f40e583d5a

View File

@@ -208,11 +208,12 @@
<span
style="font-weight:bold"
v-if="(trialList.length > 0 && trialList[index].trialType == 0) || (trialList.length > 0 && trialList[index].trialType == 2) || isTrial === '0'"
>首期保费(</span
>首期保费</span
>
<span style="font-weight:bold" v-else>保额(</span>
<span class="fee red" v-if="trialList && trialList.length > 0">{{ trialList[index].prem.toFixed(2) | moneyFormat }}</span>
<span class="fee red" v-if="isTrial === '0' && item.isMainRisk == '1'">0.00</span>
<span class="fee red" v-if="isTrial === '0' && item.isMainRisk == '0'">{{ defalutAmt }}</span>
</div>
</div>
<div class="bottom-btn bg-white">