浏览代码

积分重推和图片更换

qng 3 年之前
父节点
当前提交
803bce2f6d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kmall-admin/src/main/webapp/js/sale/sale.js

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

@@ -1689,7 +1689,7 @@ function getPrintContentOrder(ticket, callback) {
     content +=  `<img src='${ticket.ticketMailInfo.storeImgUrl}' style='width: 100%;height: 100%;' />`;
     content += "</div>";
     content += "<div style=\"width: 100%;text-align: center;\">";
-    content += "关注CW大药房客服号,获取更多优惠信息"
+    content += "关注公众号,获取更多优惠信息"
     content += "</div>";
     content += "<div style=\"width: 100%;overflow:hidden;white-space: nowrap;\">--------------------------------------------------</div>";
     content += "<div style=\"width: 100%;height: 50px;\"></div>";