diff --git a/Veloria/Class/Home/View/VPHomeBannerContentCell.swift b/Veloria/Class/Home/View/VPHomeBannerContentCell.swift index f60621b..7b8c37c 100644 --- a/Veloria/Class/Home/View/VPHomeBannerContentCell.swift +++ b/Veloria/Class/Home/View/VPHomeBannerContentCell.swift @@ -15,6 +15,8 @@ class VPHomeBannerContentCell: VPHomeItemContentCell { override var item: VPHomeModuleItem? { didSet { + if item == oldValue { return } + pageControl.count = item?.list?.count ?? 0 bannerView.reloadData() }