mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 14:46:44 +08:00
receiveType取值修改
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
<!-- end -->
|
||||
<div class="autograph">
|
||||
<div class="list">
|
||||
<span>投保人<span v-if="releationType && $route.params.receiveType === '1'">/被保险人</span>亲笔签名:</span>
|
||||
<span>投保人<span v-if="releationType && $route.query.receiveType === '1'">/被保险人</span>亲笔签名:</span>
|
||||
<van-button type="danger" size="small" @click="autograph(0)">{{ policyholderSigned ? '已签名' : '未签名' }}</van-button>
|
||||
</div>
|
||||
<div class="list" v-if="$route.query.receiveType === '1' && !releationType">
|
||||
|
||||
Reference in New Issue
Block a user