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
15a5cc27
Commit
15a5cc27
authored
May 25, 2016
by
polo2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了商品缩略图的比例
parent
0d90aa7c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
27 deletions
+28
-27
CommodityListTableViewCell.m
Lighting/Class/CommodityListTableViewCell.m
+1
-0
StoryboardwithCYX.storyboard
Lighting/Lighting/StoryboardwithCYX.storyboard
+27
-27
No files found.
Lighting/Class/CommodityListTableViewCell.m
View file @
15a5cc27
...
...
@@ -41,6 +41,7 @@
_orderDetailslist
=
orderDetailslist
;
self
.
goodsName
.
text
=
_orderDetailslist
.
goodsName
;
self
.
goodsCode
.
text
=
_orderDetailslist
.
goodsCode
;
NSArray
*
goodsHeader
=
[
_orderDetailslist
.
goodsCover
componentsSeparatedByString
:
@","
];
[
self
.
goodsHeader
sd_setImageWithURL
:[
NSURL
URLWithString
:[
goodsHeader
firstObject
]]
placeholderImage
:
REPLACEIMAGE
];
self
.
goodsNumber
.
text
=
[
NSString
stringWithFormat
:
@"数量 X%@"
,
_orderDetailslist
.
goodsNum
];
...
...
Lighting/Lighting/StoryboardwithCYX.storyboard
View file @
15a5cc27
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