Commit 25787902 by ludi

保存一下,准备加入'SJAttributesFactory'

parent 686ab680
......@@ -70,7 +70,7 @@
}];
UILabel *tempTitleLabel = [[UILabel alloc] init];
tempTitleLabel.font = [UIFont fus_themeFont:11];
tempTitleLabel.font = [UIFont fus_themeBoldFont:11];
tempTitleLabel.textColor = [UIColor fus_textColorRich];
[tempBgView addSubview:tempTitleLabel];
[tempTitleLabel mas_makeConstraints:^(MASConstraintMaker *make) {
......
......@@ -105,7 +105,7 @@
[self.vipMarkImgView mas_makeConstraints:^(MASConstraintMaker *make) {
make.right.equalTo(nickNameBgView);
make.centerY.equalTo(nickNameBgView.mas_centerY);
make.left.equalTo(self.levelLabel.mas_right).offset(3);
make.left.equalTo(self.levelLabel.mas_right).offset(2);
// make.size.mas_equalTo(CGSizeMake(14, 14));
make.height.offset(14);
}];
......
......@@ -109,7 +109,7 @@
[self.vipMarkImgView mas_makeConstraints:^(MASConstraintMaker *make) {
make.right.equalTo(nickNameBgView);
make.centerY.equalTo(nickNameBgView.mas_centerY);
make.left.equalTo(self.levelLabel.mas_right).offset(3);
make.left.equalTo(self.levelLabel.mas_right).offset(2);
// make.size.mas_equalTo(CGSizeMake(14, 14));
make.height.offset(14);
}];
......
......@@ -2645,11 +2645,19 @@
if (diamondIsNoEnough) diamondIsNoEnough();
} else if (code == -3024) {
[FUSAlertView showAlertWithTitle:[NSString fus_localString:@"提示"] message:dataDict[@"msg"] cancelButtonTitle:[NSString fus_localString:@"我再想想"] otherButtonTitles:@[[NSString fus_localString:@"私信"],[NSString fus_localString:@"送礼物"]] clickBlock:^(NSInteger buttonIndex) {
// [FUSAlertView showAlertWithTitle:[NSString fus_localString:@"提示"] message:dataDict[@"msg"] cancelButtonTitle:[NSString fus_localString:@"我再想想"] otherButtonTitles:@[[NSString fus_localString:@"私信"],[NSString fus_localString:@"送礼物"]] clickBlock:^(NSInteger buttonIndex) {
// if (jumpToChatPage) {
// if (buttonIndex == 1) {
// jumpToChatPage(0);
// } else if (buttonIndex == 2) {
// jumpToChatPage(1);
// }
// }
// }];
[FUSAlertView showAlertWithTitle:[NSString fus_localString:@"提示"] message:dataDict[@"msg"] cancelButtonTitle:[NSString fus_localString:@"我再想想"] otherButtonTitles:@[[NSString fus_localString:@"送礼物"]] clickBlock:^(NSInteger buttonIndex) {
if (jumpToChatPage) {
if (buttonIndex == 1) {
jumpToChatPage(0);
} else if (buttonIndex == 2) {
jumpToChatPage(1);
}
}
......
......@@ -56,7 +56,7 @@
self.officialBgView.backgroundColor = [UIColor fus_textInputBackgroundGrayColor];
self.titleLabel.textColor = [UIColor fus_textColorRich];
self.contentLabel.textColor = [UIColor fus_textColorMedium];
self.bottomClickableIdentifyLabel.textColor = [UIColor fus_themeColor];
self.bottomClickableIdentifyLabel.textColor = [UIColor fus_diamondBlue];
}
......
......@@ -23,6 +23,7 @@
self.selectionStyle = UITableViewCellSelectionStyleNone;
self.receiveFireLabel.textColor = [UIColor fus_textColorRich];
self.fireCountLabel.textColor = [UIColor fus_fireGreen];
UIView *lineView = [[UIView alloc] init];
lineView.backgroundColor = [UIColor fus_lineColor];
......
......@@ -23,6 +23,7 @@
self.selectionStyle = UITableViewCellSelectionStyleNone;
self.sendJewelLabel.textColor = [UIColor fus_textColorRich];
self.sendJewelCountLabel.textColor = [UIColor fus_diamondBlue];
UIView *lineView = [[UIView alloc] init];
lineView.backgroundColor = [UIColor fus_lineColor];
......
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 sign in to comment