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

修改项说明:

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