Commit 15ec1ef6 authored by 李俭双's avatar 李俭双

🐞 fix:修改保养指示灯无法重置的问题

parent 8a21d405
...@@ -448,7 +448,7 @@ void TYW_RESET_ODO(void) ...@@ -448,7 +448,7 @@ void TYW_RESET_ODO(void)
void Maintain_Reset_Service(void) void Maintain_Reset_Service(void)
{ {
if((Get_Data_Maintenace_Interval_Processing() == 0) && (PageMenu == Page_TCS) && (PageType == Page_Menu)) if((Get_Data_Maintenace_Interval_Processing() == 0) && (PageMenu != Page_Trip) && (PageMenu != Page_TCS) && (PageType == Page_Menu))
{ {
Data_Maintenance_Interval_Reset(); Data_Maintenance_Interval_Reset();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment