修复了首页因为接口参数导致数据刷新错误的问题

This commit is contained in:
fengshuo
2022-03-25 14:15:49 +08:00
parent 3eddd33fd5
commit a242fcd776

View File

@@ -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);
}];
}