Commit 0d89916e authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 01fc66c3
......@@ -65,7 +65,8 @@ class MovieFragment : LazyLoadBaseFragment(), PicContentView, OnLoadMoreListener
override fun onResume() {
super.onResume()
hotPageSize = if (UserManager.getInstance().vipFlag) 12 else 9
// hotPageSize = if (UserManager.getInstance().vipFlag) 12 else 9
hotPageSize = 9
onRefresh()
}
......
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