首页完成
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
|
||||
-(QXSystemTopView *)topView{
|
||||
if (!_topView) {
|
||||
_topView = [[QXSystemTopView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 74*2+8)];
|
||||
_topView = [[QXSystemTopView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 74+8)];
|
||||
_topView.delegate = self;
|
||||
}
|
||||
return _topView;
|
||||
|
||||
Reference in New Issue
Block a user