签名显示条件修改

This commit is contained in:
mengxiaolong
2020-09-10 18:11:03 +08:00
parent c097ca7a40
commit 12ae1d84b3

View File

@@ -67,7 +67,7 @@
</div> </div>
<!-- end --> <!-- end -->
<div class="autograph"> <div class="autograph">
<div class="list" v-if="(!releationType && $route.query.receiveType === '0') || (releationType && $route.query.receiveType === '0')"> <div class="list" v-if="(!releationType && $route.query.receiveType === '1') || (releationType && $route.query.receiveType === '0')">
<span>投保人亲笔签名</span> <span>投保人亲笔签名</span>
<van-button type="danger" size="small" @click="autograph(0)">{{ policyholderSigned ? '已签名' : '未签名' }}</van-button> <van-button type="danger" size="small" @click="autograph(0)">{{ policyholderSigned ? '已签名' : '未签名' }}</van-button>
</div> </div>