Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
Opple-iOS
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
Opple-iOS
Commits
7a0dd3ee
Commit
7a0dd3ee
authored
Nov 30, 2016
by
曹云霄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改项说明:
parent
5f5604f4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
LearningCenterMainViewController.m
...ter/LearningCenterMain/LearningCenterMainViewController.m
+6
-2
opple_objc_json_client.h
Tools/opple_objc_json_client.h
+1
-1
opple_objc_json_client.m
Tools/opple_objc_json_client.m
+1
-1
No files found.
Class/LearningCenter/LearningCenterMain/LearningCenterMainViewController.m
View file @
7a0dd3ee
...
@@ -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 - 综合讨论
...
...
Tools/opple_objc_json_client.h
View file @
7a0dd3ee
...
@@ -980,7 +980,7 @@ extern NSString * const PASSLEVELTOPICTYPE_SHORTANSWER;
...
@@ -980,7 +980,7 @@ extern NSString * const PASSLEVELTOPICTYPE_SHORTANSWER;
*
*
*
*
*/
*/
@property
(
nonatomic
,
assign
)
NSInteger
JD
EcardsPrority
;
@property
(
nonatomic
,
assign
)
NSInteger
jd
EcardsPrority
;
/**
/**
* 消费者抽奖结果优先级
* 消费者抽奖结果优先级
*
*
...
...
Tools/opple_objc_json_client.m
View file @
7a0dd3ee
...
@@ -271,7 +271,7 @@
...
@@ -271,7 +271,7 @@
@synthesize
wxcardDenomation
;
@synthesize
wxcardDenomation
;
@synthesize
deductionPrority
;
@synthesize
deductionPrority
;
@synthesize
goodsPrority
;
@synthesize
goodsPrority
;
@synthesize
JD
EcardsPrority
;
@synthesize
jd
EcardsPrority
;
@synthesize
drawPrority
;
@synthesize
drawPrority
;
@synthesize
lotteryPrority
;
@synthesize
lotteryPrority
;
@synthesize
wxCardPrority
;
@synthesize
wxCardPrority
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment