670增加去连接蓝牙,其它体验问题小调整
This commit is contained in:
@ -22,6 +22,9 @@ class BleReceive {
|
||||
setBleFormData(data,f) {
|
||||
if(data){
|
||||
let linkedList=uni.getStorageSync(this.StorageKey);
|
||||
if(!linkedList){
|
||||
return;
|
||||
}
|
||||
linkedList.find((v)=>{
|
||||
if(f.deviceId==v.deviceId){
|
||||
let keys=Object.keys(data);
|
||||
|
||||
Reference in New Issue
Block a user