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
23c6bd10
Commit
23c6bd10
authored
May 25, 2016
by
勾芒
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
2dd75e10
15a5cc27
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
26 deletions
+27
-26
CommodityListTableViewCell.m
Lighting/Class/CommodityListTableViewCell.m
+1
-0
StoryboardwithCYX.storyboard
Lighting/Lighting/StoryboardwithCYX.storyboard
+26
-26
No files found.
Lighting/Class/CommodityListTableViewCell.m
View file @
23c6bd10
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
_orderDetailslist
=
orderDetailslist
;
_orderDetailslist
=
orderDetailslist
;
self
.
goodsName
.
text
=
_orderDetailslist
.
goodsName
;
self
.
goodsName
.
text
=
_orderDetailslist
.
goodsName
;
self
.
goodsCode
.
text
=
_orderDetailslist
.
goodsCode
;
self
.
goodsCode
.
text
=
_orderDetailslist
.
goodsCode
;
NSArray
*
goodsHeader
=
[
_orderDetailslist
.
goodsCover
componentsSeparatedByString
:
@","
];
NSArray
*
goodsHeader
=
[
_orderDetailslist
.
goodsCover
componentsSeparatedByString
:
@","
];
[
self
.
goodsHeader
sd_setImageWithURL
:[
NSURL
URLWithString
:[
goodsHeader
firstObject
]]
placeholderImage
:
REPLACEIMAGE
];
[
self
.
goodsHeader
sd_setImageWithURL
:[
NSURL
URLWithString
:[
goodsHeader
firstObject
]]
placeholderImage
:
REPLACEIMAGE
];
self
.
goodsNumber
.
text
=
[
NSString
stringWithFormat
:
@"数量 X%@"
,
_orderDetailslist
.
goodsNum
];
self
.
goodsNumber
.
text
=
[
NSString
stringWithFormat
:
@"数量 X%@"
,
_orderDetailslist
.
goodsNum
];
...
...
Lighting/Lighting/StoryboardwithCYX.storyboard
View file @
23c6bd10
This diff is collapsed.
Click to expand it.
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