@@ -396,7 +396,7 @@ export default {
<div>
${websitHtml}
</div>
- ${data.payType == 'CASH'?`<div style="">
+ ${(data.payType == 'CASH' && this.payQrcode)?`<div style="">
<img style="width: 80px;height: 80px;" src="${this.payQrcode}"/>
</div>`:''}
@@ -393,7 +393,7 @@ export default {
@@ -1673,7 +1673,7 @@ export default {
<div>签收人: </div>
<div style="display: flex;justify-content: flex-end;">
- ${data.payTypeId == 'CASH'?`<div style="">
+ ${(data.payTypeId == 'CASH' && this.payQrcode)?`<div style="">