| | |
| | | <script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script> |
| | | <script type="text/javascript" src="../../static/js/appVersion/appVersion.js" charset="utf-8"></script> |
| | | </body> |
| | | |
| | | <!-- 表单弹窗 --> |
| | | <script type="text/html" id="editDialog"> |
| | | <form id="detail" lay-filter="detail" class="layui-form admin-form model-form" > |
| | |
| | | </div> |
| | | </form> |
| | | </script> |
| | | |
| | | <!-- 二维码下载弹窗 --> |
| | | <script type="text/html" id="qrCode"> |
| | | <div>123</div> |
| | | {{#each data}} |
| | | <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="80%"> |
| | | {{/each}} |
| | | </script> |
| | | </html> |
| | | |