Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMPhobos
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMPhobos
Commits
eb7791e0
Commit
eb7791e0
authored
Jun 23, 2020
by
jz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改isFirst 问题
parent
e2457ed3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
Podfile.lock
Example/Podfile.lock
+2
-2
NewPhobos.m
GMPhobos/Classes/NewPhobos.m
+3
-0
OldPhobos.m
GMPhobos/Classes/OldPhobos.m
+3
-0
No files found.
Example/Podfile.lock
View file @
eb7791e0
PODS:
- GMCache (1.0.1):
- TMCache (= 2.1.0)
- GMPhobos (2.1.
0
):
- GMPhobos (2.1.
2
):
- GMCache
- MagicalRecord
- MJExtension
...
...
@@ -28,7 +28,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
GMCache: b78d8e46db864405e91d226ce640cc80d966c611
GMPhobos:
0bfc43167cfeb979fe41d2fa6fa34f6deeb95936
GMPhobos:
b86a68a2d1d5a40cebc0f1d89306fe86907371cf
MagicalRecord: 53bed74b4323b930992a725be713e53b37d19755
MJExtension: 635f2c663dcb1bf76fa4b715b2570a5710aec545
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
...
...
GMPhobos/Classes/NewPhobos.m
View file @
eb7791e0
...
...
@@ -262,6 +262,9 @@ static dispatch_semaphore_t _phobos_semaphore;
-
(
void
)
onPVEnd
:
(
UIResponder
<
PhobosPVProtocol
>
*
)
page
{
if
(
!
[
PhobosUtil
isNonEmpty
:
page
.
pageName
]
||
!
page
.
needLogPV
)
{
if
(
!
page
.
isFirst
)
{
page
.
isFirst
=
YES
;
}
return
;
}
// 业务层更新
...
...
GMPhobos/Classes/OldPhobos.m
View file @
eb7791e0
...
...
@@ -340,6 +340,9 @@ static OldPhobos *sharedClient = nil;
-
(
void
)
onPVEnd
:
(
UIResponder
<
PhobosPVProtocol
>
*
)
page
{
if
(
!
[
PhobosUtil
isNonEmpty
:
page
.
pageName
]
||
!
page
.
needLogPV
)
{
if
(
!
page
.
isFirst
)
{
page
.
isFirst
=
YES
;
}
return
;
}
// 业务层更新
...
...
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