Commit 4546457d authored by pete谢兆麟's avatar pete谢兆麟

未登录时点登陆 跳转登陆

parent c65435b2
......@@ -336,6 +336,10 @@ class YHlifeCollectionReusableViewTableViewCell: UITableViewCell {
}
@objc func actionClick() {
if YHLoginManager.shared.isLogin() == false {
YHOneKeyLoginManager.shared.oneKeyLogin()
return
}
if actionButton.isSelected {
return
}
......
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