mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-05 01:37:35 +08:00
Fix: Page scrolling in voucher shop
This commit is contained in:
@@ -203,7 +203,8 @@ class VoucherShop(ShopClerk):
|
|||||||
logger.info('Voucher Shop reach bottom, stop')
|
logger.info('Voucher Shop reach bottom, stop')
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
VOUCHER_SHOP_SCROLL.next_page(main=self, page=0.66)
|
# Only 4 rows of items at max, goto bottom directly
|
||||||
|
VOUCHER_SHOP_SCROLL.set_bottom(main=self)
|
||||||
del_cached_property(self, 'shop_grid')
|
del_cached_property(self, 'shop_grid')
|
||||||
del_cached_property(self, 'shop_voucher_items')
|
del_cached_property(self, 'shop_voucher_items')
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user