Commit 327469b1 authored by David黄金龙's avatar David黄金龙

几处bug修改

parent af6caeb7
......@@ -39,7 +39,7 @@ class YHApplyActivityResultViewController: YHBaseViewController {
lazy var nameLabel:UILabel = {
let lable = UILabel()
lable.textColor = UIColor.mainTextColor
lable.textColor = UIColor.mainTextColor30
lable.textAlignment = .center
lable.font = UIFont.PFSC_R(ofSize:14)
lable.text = "已报名成功活动【哈佛爸爸线下教育沙龙】,记得准时参加哦"
......
......@@ -83,6 +83,7 @@ class YHActivityTitleItemView: UIView {
nameLabel.textAlignment = .left
nameLabel.font = UIFont.PFSC_R(ofSize:14)
nameLabel.text = "距地铁10号线亮马站D口步行62"
nameLabel.numberOfLines = 0
return nameLabel
}()
}
......
......@@ -556,9 +556,7 @@ extension YHApplyActivityAlert {
let tap1 : UITapGestureRecognizer = UITapGestureRecognizer(target: self, action: #selector(tapButton(gestureRecognizer:)))
centerView.addGestureRecognizer(tap1)
updateButtonUI()
}
......
......@@ -163,12 +163,6 @@ class YHHomePageViewController: YHBaseViewController {
r.size.height = 81.0
tmpHeadView.frame = r
printLog(tmpHeadView.frame)
// tmpHeadView.backgroundColor = .systemPink //for test hjl
homeCollectView.es.addInfiniteScrolling {
self.loadMoreData()
}
......
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