fix: 适配新基建 (#12500)

* fix: 适配新基建

* chore: Auto update by pre-commit hooks [skip changelog]

* fix: 卡在会客室

* chore: Auto update by pre-commit hooks [skip changelog]

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
uye
2025-05-01 18:08:34 +08:00
committed by GitHub
parent afaeb011cf
commit d65cde7574
19 changed files with 47 additions and 13 deletions

View File

@@ -14,9 +14,12 @@ bool asst::InfrastReceptionTask::_run()
{
m_all_available_opers.clear();
swipe_to_the_right_of_main_ui();
swipe_to_the_left_of_main_ui();
if (!enter_facility()) {
return false;
swipe_to_right_of_main_ui();
if (!enter_facility()) {
return false;
}
}
if (m_receive_message_board) {