This commit is contained in:
jiawei
2023-02-22 14:22:10 +08:00
parent 6a2fa104f4
commit ecf3e3404f

View File

@@ -2,7 +2,7 @@
* @Author: jiawei
* @Date: 2023-02-15 13:21:04
* @LastEditors: jiawei jia.wei@ebiz-digits.com
* @LastEditTime: 2023-02-22 11:06:13
* @LastEditTime: 2023-02-22 14:22:03
* @FilePath: \ebiz-h5\src\views\ebiz\sale\answerSuccess.vue
* @Description:
-->
@@ -20,7 +20,7 @@
</div>
<div class=" mb20 mt20 pr20 pl20 fs12 bg-white" v-if="riskEvaluationDTO.statementContent">
<div style="padding-bottom:10vh">
<h5 class="pt20 m10">投保人声明</h5>
<h4 class="pt20 m10">投保人声明</h4>
<van-checkbox-group v-model="result" v-for="(item, index) in statementlist" :key="index" @change="statementChange">
<van-checkbox :name="index" class="mt20" label-disabled ><span class="fs14" v-html="item"></span></van-checkbox>
<!-- <van-checkbox :name="index" class="mt20" label-disabled ></van-checkbox>