This commit is contained in:
liqi 2025-04-04 20:00:59 +08:00
parent 47932e2246
commit ef17ec5055
1 changed files with 1 additions and 2 deletions

View File

@ -147,6 +147,7 @@ export default {
}); });
if (newVal.length === 0) { if (newVal.length === 0) {
this.iswarning = false; this.iswarning = false;
this.showAudioPrompt = false; //
} }
if (this.drones) { if (this.drones) {
@ -229,8 +230,6 @@ export default {
}, },
handleTimerExpiration(item) { handleTimerExpiration(item) {
// drones
// drones // drones
if (this.drones.length === 1) { if (this.drones.length === 1) {
this.drones = []; this.drones = [];