Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_EventReport
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ZhangTonghai
2018-05-09 14:55:11 +0800
Commit
faf9365272d0f5dc5b34c80ee89c624ef29ddffa
1 parent
45f7aa69
返回空字符串而不是nil
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
YHEventReport/YHEventReport/YHEventReport/YH_EventCollector/YH_EventCollector.m
YHEventReport/YHEventReport/YHEventReport/YH_EventCollector/YH_EventCollector.m
View file @
faf9365
...
...
@@ -638,7 +638,7 @@
-
(
NSString
*
)
pageChainStr
{
if
(
!
self
.
pageChains
||
self
.
pageChains
.
count
==
0
)
{
return
nil
;
return
@""
;
}
return
[[[
self
.
pageChains
reverseObjectEnumerator
]
allObjects
]
componentsJoinedByString
:
@","
];
...
...
Please
register
or
login
to post a comment