Commit 7a0dd3ee authored by 曹云霄's avatar 曹云霄

修改项说明:

parent 5f5604f4
......@@ -17,6 +17,12 @@
@implementation LearningCenterMainViewController
- (void)viewWillAppear:(BOOL)animated
{
[super viewWillAppear:animated];
self.IntegralInformationBackView.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:0.5];
}
- (void)viewDidLoad {
[super viewDidLoad];
......@@ -62,9 +68,7 @@
self.currentScoreLabel.text = [NSString stringWithFormat:@"%.0lf",entity.currentScore];
self.yearRankingLabel.text = [NSString stringWithFormat:@"%ld",(long)entity.annualRanking];
[self.guideHeadImageView sd_setImageWithURL:[NSURL URLWithString:[Shoppersmanager manager].Shoppers.employee.picture] placeholderImage:ReplaceImage];
self.IntegralInformationBackView.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:0.5];
self.quarterRankingLabel.text = [NSString stringWithFormat:@"%ld",(long)entity.quarterlyRanking];
}
#pragma mark - 综合讨论
......
......@@ -980,7 +980,7 @@ extern NSString * const PASSLEVELTOPICTYPE_SHORTANSWER;
*
*
*/
@property (nonatomic, assign) NSInteger JDEcardsPrority;
@property (nonatomic, assign) NSInteger jdEcardsPrority;
/**
* 消费者抽奖结果优先级
*
......
......@@ -271,7 +271,7 @@
@synthesize wxcardDenomation;
@synthesize deductionPrority;
@synthesize goodsPrority;
@synthesize JDEcardsPrority;
@synthesize jdEcardsPrority;
@synthesize drawPrority;
@synthesize lotteryPrority;
@synthesize wxCardPrority;
......
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 to comment