V5.0.0正式版:

1、加热棒内容修改;
2、首页商品删除,更改为行业资讯;
3、绚多设备更名显示;
4、bugly更换为新版本;
5、摄像头显示bug修复;
6、开屏广告显示不全修复;
This commit is contained in:
wbzhan
2019-08-23 16:11:17 +08:00
parent 374a0fed46
commit 23c5d6f60d
50 changed files with 1499 additions and 897 deletions
@@ -20,6 +20,11 @@
- (void)awakeFromNib {
[super awakeFromNib];
[self.subTitleLable mas_makeConstraints:^(MASConstraintMaker *make) {
make.left.mas_equalTo(self.titleLbale.mas_right).offset(20);
make.centerY.height.mas_equalTo(self.titleLbale);
}];
[self.subTitleLable setTextColor:[UIColor colorWithRed:109/255.0 green:109/255.0 blue:109/255.0 alpha:1.0]];
// Initialization code
}
@@ -35,9 +40,9 @@
self.subTitleLable.text=vo.subTitle;
self.iconImgV.image=[UIImage imageNamed:vo.iconUrl];
self.arrowImgV.hidden=!vo.isShowArrow;
if (vo.phv<120&&[vo.title containsString:@"水循环"]) {
if (vo.phv!=499) {//无水
[self.subTitleLable setTextColor:[UIColor redColor]];
}else{
}else{//正常
[self.subTitleLable setTextColor:[UIColor colorWithRed:109/255.0 green:109/255.0 blue:109/255.0 alpha:1.0]];
}