fix: 结算信号弹窗未关闭问题处理

This commit is contained in:
wangzhongjie 2025-08-11 15:38:55 +08:00
parent 296bcbbfc5
commit 4f886bd1e3

View File

@ -203,6 +203,7 @@ struct JudgePage {
async aboutToDisappear() {
this.generateExamRecordsDialogController.close()
this.signalTrajectoryDialogController.close()
clearInterval(this.mileageTimer)
}