소스 검색

bug 修复

lilei 2 년 전
부모
커밋
a84b6c9a4e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      libs/printTools.js

+ 0 - 1
libs/printTools.js

@@ -107,6 +107,5 @@ export const printTempl = function(tsc,data){
 	// 二维码
 	command.setQR(rightLeft, qrtop, "M", 5, "A", data.barCode)
 	command.setPagePrint(1,data.currentInven) // 打印分数1,每个标签重发打印2次
-	console.log("开始打印了",command.getData())
 	return command
 }