this.open_bluetooth();
let that = this
that.match_list = []
var lists = BAdapter.getBondedDevices();
console.log(lists)
plus.android.importClass(lists);
var iterator = lists.iterator();
plus.android.importClass(iterator);
报错
09:57:07.861 null at pages/set/prtset.vue:142
09:57:07.885 [Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'TYPE' of null"
09:57:07.891 TypeError: Cannot read property 'TYPE' of null
q***@163.com
兄弟 搞定了吗
2023-06-07 17:29