tianyi 2 days ago
parent
commit
22f8995d9b
  1. 1
      components/print/index.js

1
components/print/index.js

@ -9,7 +9,6 @@
export default { export default {
getData() { getData() {
var that = this; var that = this;
console.log("1111111111111111111111111111111")
if(uni.getStorageSync('bluetoothDeviceId')){ if(uni.getStorageSync('bluetoothDeviceId')){
let id = uni.getStorageSync('bluetoothDeviceId') let id = uni.getStorageSync('bluetoothDeviceId')
this.bindViewTap(id,false) this.bindViewTap(id,false)

Loading…
Cancel
Save