This commit is contained in:
范鹏 2024-09-05 19:18:39 +08:00
parent f11a642592
commit 4602f45dc6
2 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"appid" : "__UNI__933D519",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "4",
"versionCode" : "5",
"transformPx" : false,
/* */
"mp-weixin" : {

View File

@ -780,6 +780,14 @@ export const useBluetoothStore = defineStore('ble', {
code: -2
})
break
} else {
uni.stopBluetoothDevicesDiscovery()
clearTimeout(timer2)
clearInterval(timer1)
resolve({
code: -3
})
break
}
}
}