uu
This commit is contained in:
parent
405b874df3
commit
99d4eb8cf7
@ -168,11 +168,8 @@ export default {
|
||||
}
|
||||
let conSta = await this.$refs.curBlueTooth.autoConnect()
|
||||
if(conSta) {
|
||||
let { bl } = this.checkPrintParam()
|
||||
if(bl) {
|
||||
await this.handlePrint()
|
||||
return true
|
||||
}
|
||||
await this.handlePrint()
|
||||
return true
|
||||
}
|
||||
} catch(e){
|
||||
}
|
||||
|
||||
@ -130,9 +130,6 @@ export default {
|
||||
let { deviceId, serviceId, characteristicId } = getSessionBluetoothInfo()
|
||||
return {
|
||||
showConnectPage: true,
|
||||
canvasId: 'shareCanvas',
|
||||
canvas_width: 240,
|
||||
canvas_height: 240,
|
||||
curTab: 0,
|
||||
searchLoading: false,
|
||||
devices: [],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user