From a212be2b877d599be49ad1bd4f9725fdd4a5fcf7 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Mon, 24 Jun 2024 18:46:05 +0800 Subject: [PATCH] uu --- components/tpx-bluetooth-print/render-template-native.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/tpx-bluetooth-print/render-template-native.vue b/components/tpx-bluetooth-print/render-template-native.vue index b72b0f6..3220727 100644 --- a/components/tpx-bluetooth-print/render-template-native.vue +++ b/components/tpx-bluetooth-print/render-template-native.vue @@ -71,7 +71,8 @@ export default { let commond = prtInstance.getPrintCmd() console.log("打印命令组装完成,开始打印=====", commond) printModule.print(commond) - await that.loadPrintProcess() + that.showToast('数据发送成功,如果无法打印请重连设备重试') + // await that.loadPrintProcess() // printModule.printTestSimple(deviceId) })