Browse Source

xwh修改核销第一次图片不显示问题

xwh 4 years ago
parent
commit
3d39302561
1 changed files with 4 additions and 1 deletions
  1. 4 1
      kmall-admin/src/main/webapp/js/sale/sale.js

+ 4 - 1
kmall-admin/src/main/webapp/js/sale/sale.js

@@ -2,7 +2,10 @@ $(function () {
 
     openWebSocket();
     queryAssistantInfo();
-
+    var cwQrcode = new Image();
+    var cwLogo2 = new Image();
+    cwQrcode.src = "http://8.135.102.238:8080/statics/img/cw_qrcode.png";
+    cwLogo2.src = "http://8.135.102.238:8080/statics/img/cw_logo2.png";
     vm.queryGoods();
 });