From c2b9e88585fcfcf1ceedbcb15d184bd2251dd44c Mon Sep 17 00:00:00 2001 From: lanhao34 Date: Tue, 25 Oct 2022 23:31:33 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D252=E5=8F=91=E7=94=B5?= =?UTF-8?q?=E7=AB=99=E7=95=8C=E9=9D=A2=E8=BF=94=E5=9B=9E=E6=97=B6=E5=8D=A1?= =?UTF-8?q?=E4=BD=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MeoAssistant/Task/Sub/InfrastPowerTask.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MeoAssistant/Task/Sub/InfrastPowerTask.cpp b/src/MeoAssistant/Task/Sub/InfrastPowerTask.cpp index 1ffe0617ef..1733e9925c 100644 --- a/src/MeoAssistant/Task/Sub/InfrastPowerTask.cpp +++ b/src/MeoAssistant/Task/Sub/InfrastPowerTask.cpp @@ -23,7 +23,6 @@ bool asst::InfrastPowerTask::_run() // 进不去说明设施数量不够 if (!enter_facility(m_cur_facility_index)) { - click_return_button(); break; } if (!enter_oper_list_page()) {