开门红需求-电投提示:电投提示处理初版代码提交 --提交人:阳华祥

This commit is contained in:
yang.huaxiang
2020-11-11 10:46:50 +08:00
parent 4e28071edc
commit ed7d5575ef
8 changed files with 535 additions and 29 deletions

View File

@@ -270,6 +270,9 @@
<span style="font-weight:bold" v-else>保额</span>
<span class="fee red" v-if="trialList && trialList.length > 0">{{ trialList[index].showPrem | moneyFormat }}</span>
</div>
<div class="flex justify-content-s pv10 border-bottom prem" v-if="item.isMainRisk == 0 && activeType == 'KMH'">
<span>指定保单生效日:2021年1月1日</span>
</div>
</div>
<div class="bottom-btn bg-white">
<van-button type="danger" size="large" @click="nextStep" :disabled="nextStepFlag" v-no-more-click="1000">完成</van-button>
@@ -350,6 +353,7 @@ export default {
},
data() {
return {
activeType: localStorage.getItem('active_type'),
chooseProducts: [],
productIndex: '',
calFactorIndex: '',