14 lines
227 B
JavaScript
14 lines
227 B
JavaScript
App({
|
|
globalData: {
|
|
connectedDevice: null,
|
|
bluetoothServiceId: '',
|
|
bluetoothNotifyCharId: '',
|
|
bluetoothWriteCharId: '',
|
|
logs: []
|
|
},
|
|
|
|
onLaunch: function () {
|
|
console.log('小程序启动')
|
|
}
|
|
})
|