From 4f886bd1e32984d2d4c3ca443bad938ed0ec43c9 Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Mon, 11 Aug 2025 15:38:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=93=E7=AE=97=E4=BF=A1=E5=8F=B7?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=9C=AA=E5=85=B3=E9=97=AD=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Judge.ets | 1 + 1 file changed, 1 insertion(+) diff --git a/entry/src/main/ets/pages/Judge.ets b/entry/src/main/ets/pages/Judge.ets index 01a5d74..f25e3f6 100644 --- a/entry/src/main/ets/pages/Judge.ets +++ b/entry/src/main/ets/pages/Judge.ets @@ -203,6 +203,7 @@ struct JudgePage { async aboutToDisappear() { this.generateExamRecordsDialogController.close() + this.signalTrajectoryDialogController.close() clearInterval(this.mileageTimer) }