From a13a56a0ddb0da74aabf2922e3740ff7502342cf Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 05 三月 2021 15:09:49 +0800 Subject: [PATCH] # --- src/main/webapp/views/custOrder/custOrder.html | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/views/custOrder/custOrder.html b/src/main/webapp/views/custOrder/custOrder.html index 204cfb7..690a5fd 100644 --- a/src/main/webapp/views/custOrder/custOrder.html +++ b/src/main/webapp/views/custOrder/custOrder.html @@ -61,11 +61,8 @@ </body> <script type="text/template" id="pakoutPrintTpl"> - {{#each data}} - <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="80%"> - {{/each}} + <img class="template-code template-qrcode" src="{{data.barcodeUrl}}" width="80%"> </script> - </html> -- Gitblit v1.9.1