Commit 1895b248 authored by David黄金龙's avatar David黄金龙

处理 一处 bug

parent 25d01332
......@@ -508,6 +508,9 @@ extension YHHomePageViewController {
if !YHLoginManager.shared.isLogin() {
return
}
self.needReloadDataFlag = true
self.msgViewModel.requestTotalUnreadMsgCount {
[weak self] success, error in
guard let self = self else { return }
......
......@@ -255,9 +255,6 @@ extension YHScorePersonInfoCell {
gradientLayer.mask = scoreLable.layer
fakeView.layer.insertSublayer(gradientLayer, at: 0)
// secondHoldView.backgroundColor = .red//for test hjl
fenLable.frame = CGRect(x: fakeView.frame.origin.x + width, y: fakeView.frame.origin.y + 80 - 13 - 17 - 4, width: 18, height: 17)
}
......
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