disable a condition to refresh for ticket-plus.

master
Max 2023-12-13 18:51:05 +08:00 committed by GitHub
parent f85c1467e3
commit 65a33116f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -11266,7 +11266,9 @@ def ticketplus_order_expansion_panel(driver, config_dict, current_layout_style):
if is_need_refresh:
try:
driver.refresh()
# vue mode, refresh need more condition to check.
#driver.refresh()
pass
except Exception as exc:
pass