From 33c1794c06f9d3a9ecd27af3d0cd6e6a0ed71ffa Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sat, 22 Jun 2024 00:30:08 +0800 Subject: [PATCH] uu --- components/tpx-bluetooth-print/print/tanexPrinterUniSdk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tpx-bluetooth-print/print/tanexPrinterUniSdk.js b/components/tpx-bluetooth-print/print/tanexPrinterUniSdk.js index 6c78dc9..c34b378 100644 --- a/components/tpx-bluetooth-print/print/tanexPrinterUniSdk.js +++ b/components/tpx-bluetooth-print/print/tanexPrinterUniSdk.js @@ -64,7 +64,7 @@ var tanexPrinter = { var width = parseInt((res.width + 7) / 8 * 8 / 8) var height = res.height; // console.log(width + "--" + height) - data = "CG " + width + " " + height + " " + x + " " + y + " " + data = `CG ${width} ${height} ${x} ${y} ` tanexPrinter.addCommand(data) // console.log(command) var r = []