Commit dbe52eb31e3ecd5974779bec38dcd2b1c67d91d3
1 parent
e4155f6e
弹窗自动上滑偏移问题
Showing
1 changed file
with
1 additions
and
1 deletions
metaCode/Classes/Main/HomePage/View/VerticalViews/MainView/CNMainView.swift
| ... | ... | @@ -711,7 +711,7 @@ class CNFrontMainView : UIView{ |
| 711 | 711 | }else if self.standInfoSubTitleModel?.jumpType == UpDownTypeAuthAlertDown{ |
| 712 | 712 | let customIndexView = ((self.superview as! CNMainView).superview as! UIScrollView).superview as! CNCustomIndexView |
| 713 | 713 | let baseScrollView = customIndexView.baseScrollView |
| 714 | - baseScrollView.setContentOffset(CGPoint(x: 0, y: (baseScrollView.height*2+KNavigationHeight)), animated: true) | |
| 714 | + baseScrollView.setContentOffset(CGPoint(x: 0, y: (baseScrollView.height*2)), animated: true) | |
| 715 | 715 | |
| 716 | 716 | let result:Dictionary = ["AuthVNumPage":3] |
| 717 | 717 | NotificationCenter.default.post(name: Notification.Name.AuthVNumPageManage.kAuthVNumPageChangedNotification, object: nil, userInfo: result) | ... | ... |