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) })