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
5c3bbb32
Commit
5c3bbb32
authored
Jun 01, 2016
by
mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
崩溃BUG 处理
parent
e1b485b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
FollowHeartViewController.m
Lighting/Class/FollowHeartViewController.m
+3
-3
No files found.
Lighting/Class/FollowHeartViewController.m
View file @
5c3bbb32
...
...
@@ -283,12 +283,12 @@
NSString
*
str
=
@""
;
if
(
self
.
productModelArray
.
count
>
0
)
{
for
(
int
i
=
0
;
i
<
self
.
productModelArray
.
count
;
i
++
)
{
ImageCropperView
*
cropper
=
[
self
.
productModelArray
objectAtIndex
:
i
];
TOGoodsEntity
*
GoodsEntity
=
[
self
.
productModelArray
objectAtIndex
:
i
];
if
([
str
isEqualToString
:
@""
])
{
str
=
[
NSString
stringWithFormat
:
@"%@"
,
cropper
.
GoodsEntity
.
fid
];
str
=
[
NSString
stringWithFormat
:
@"%@"
,
GoodsEntity
.
fid
];
}
else
{
str
=
[
NSString
stringWithFormat
:
@"%@,%@"
,
str
,
cropper
.
GoodsEntity
.
fid
];
str
=
[
NSString
stringWithFormat
:
@"%@,%@"
,
str
,
GoodsEntity
.
fid
];
}
}
}
...
...
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