|
@@ -861,7 +861,8 @@ void ProcessPageInfo()
|
|
|
case _LCM_CHARGING:
|
|
|
case _LCM_COMPLETE:
|
|
|
{
|
|
|
- if (_totalCount + acgunCount >= 2)
|
|
|
+ if ((_totalCount >= 1 && acgunCount >= 1) ||
|
|
|
+ (_totalCount >= 2 && ShmSysConfigAndInfo->SysInfo.IsAlternatvieConf == NO))
|
|
|
{
|
|
|
ChangeDisplay2Value(__sel_gun_btn, _sel_gun_btn);
|
|
|
|
|
@@ -890,6 +891,7 @@ void ProcessPageInfo()
|
|
|
ChangeDisplay2Value(__side_mid, _disappear);
|
|
|
ChangeDisplay2Value(__side_down, _disappear);
|
|
|
ChangeDisplay2Value(__sel_gun_btn, _disappear);
|
|
|
+ ChangeDisplay2Value(__qr_code_pre, _disappear);
|
|
|
}
|
|
|
|
|
|
bool isShowAc = false;
|