uu
This commit is contained in:
parent
a7da2f56fe
commit
26e5e22e5d
@ -179,7 +179,6 @@ export default {
|
||||
_this.devices = []
|
||||
_this.searchLoading = true
|
||||
bluetoothTool.discoveryNewDevice();
|
||||
return { res, err }
|
||||
},
|
||||
// 停止搜寻附近的蓝牙外围设备
|
||||
async stopDiscoveryPrinter () {
|
||||
|
||||
@ -108,7 +108,7 @@ export default {
|
||||
let imgData = await canvasGetImageData({ canvasId: that.canvasId, width: w, height: h, })
|
||||
hideLoading()
|
||||
that.imgData = imgData
|
||||
resolve(data)
|
||||
resolve()
|
||||
});
|
||||
}catch(e){
|
||||
hideLoading()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user