Commit 467cf1e3 authored by Steven杜宇's avatar Steven杜宇

// plan

parent c055f513
......@@ -217,7 +217,7 @@ extension YHPlanPolicyDetailViewController: UICollectionViewDelegate, UICollecti
extension YHPlanPolicyDetailViewController: UIScrollViewDelegate {
func scrollViewDidScroll(_ scrollView: UIScrollView) {
let currentIndex = Int(scrollView.contentOffset.x/KScreenWidth)
currentIndex = Int(scrollView.contentOffset.x/KScreenWidth)
gk_navTitle = "\(currentIndex+1)/\(arr.count)"
showBgImage(index: currentIndex)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment