Commit 4d5a2e1e authored by Steven杜宇's avatar Steven杜宇

// 滚动

parent c2dfc3da
......@@ -14,7 +14,7 @@ class YHNameCardDynamicViewController: YHBaseViewController {
var userId: String = ""
let viewModel: YHDynamicViewModel = YHDynamicViewModel()
var arr: [YHDynamicItem] = []
var vcCanScroll: Bool = true
var vcCanScroll: Bool = false
var isCurrentUser: Bool {
get {
......
......@@ -15,7 +15,7 @@ class YHNameCardHomePageViewController: YHBaseViewController {
var cardInfoArr: [YHUserNameCardInfo] = []
let viewModel = YHMatchUserViewModel()
var vcCanScroll: Bool = true
var vcCanScroll: Bool = false
var isCurrentUser: Bool {
get {
......
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