修复了首页因为接口参数导致数据刷新错误的问题
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
[self.nobleEntranceView mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.left.right.mas_equalTo(self);
|
||||
make.height.mas_equalTo(nobleH);
|
||||
make.top.mas_equalTo(self.attentionView.mas_bottom).offset(12);
|
||||
make.bottom.mas_equalTo(self.mas_bottom).offset(0);
|
||||
}];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user