This commit is contained in:
aihe 2024-06-25 16:13:45 +08:00
parent 0e7dcd3d1d
commit 405015882a

View File

@ -82,7 +82,6 @@ export default {
},
// 给外部调用api,打印自定义图
async callPrint({ paperWidth, imgRes } = {}) {
try{
this.paperWidth = paperWidth || this.paperWidth
this.imgRes = imgRes
let conSta = await this.$refs.curBlueTooth.autoConnect()
@ -91,8 +90,6 @@ export default {
await this.handlePrint()
return true
}
} catch(e){
}
}
}
}