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
d533b269
Commit
d533b269
authored
Jun 23, 2020
by
乔金柱
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jz/master' into 'master'
修改isFirst 问题 See merge request
!63
parents
e2457ed3
eb7791e0
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 @
d533b269
PODS:
PODS:
- GMCache (1.0.1):
- GMCache (1.0.1):
- TMCache (= 2.1.0)
- TMCache (= 2.1.0)
- GMPhobos (2.1.
0
):
- GMPhobos (2.1.
2
):
- GMCache
- GMCache
- MagicalRecord
- MagicalRecord
- MJExtension
- MJExtension
...
@@ -28,7 +28,7 @@ EXTERNAL SOURCES:
...
@@ -28,7 +28,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
GMCache: b78d8e46db864405e91d226ce640cc80d966c611
GMCache: b78d8e46db864405e91d226ce640cc80d966c611
GMPhobos:
0bfc43167cfeb979fe41d2fa6fa34f6deeb95936
GMPhobos:
b86a68a2d1d5a40cebc0f1d89306fe86907371cf
MagicalRecord: 53bed74b4323b930992a725be713e53b37d19755
MagicalRecord: 53bed74b4323b930992a725be713e53b37d19755
MJExtension: 635f2c663dcb1bf76fa4b715b2570a5710aec545
MJExtension: 635f2c663dcb1bf76fa4b715b2570a5710aec545
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
...
...
GMPhobos/Classes/NewPhobos.m
View file @
d533b269
...
@@ -262,6 +262,9 @@ static dispatch_semaphore_t _phobos_semaphore;
...
@@ -262,6 +262,9 @@ static dispatch_semaphore_t _phobos_semaphore;
-
(
void
)
onPVEnd
:
(
UIResponder
<
PhobosPVProtocol
>
*
)
page
{
-
(
void
)
onPVEnd
:
(
UIResponder
<
PhobosPVProtocol
>
*
)
page
{
if
(
!
[
PhobosUtil
isNonEmpty
:
page
.
pageName
]
||
!
page
.
needLogPV
)
{
if
(
!
[
PhobosUtil
isNonEmpty
:
page
.
pageName
]
||
!
page
.
needLogPV
)
{
if
(
!
page
.
isFirst
)
{
page
.
isFirst
=
YES
;
}
return
;
return
;
}
}
// 业务层更新
// 业务层更新
...
...
GMPhobos/Classes/OldPhobos.m
View file @
d533b269
...
@@ -340,6 +340,9 @@ static OldPhobos *sharedClient = nil;
...
@@ -340,6 +340,9 @@ static OldPhobos *sharedClient = nil;
-
(
void
)
onPVEnd
:
(
UIResponder
<
PhobosPVProtocol
>
*
)
page
{
-
(
void
)
onPVEnd
:
(
UIResponder
<
PhobosPVProtocol
>
*
)
page
{
if
(
!
[
PhobosUtil
isNonEmpty
:
page
.
pageName
]
||
!
page
.
needLogPV
)
{
if
(
!
[
PhobosUtil
isNonEmpty
:
page
.
pageName
]
||
!
page
.
needLogPV
)
{
if
(
!
page
.
isFirst
)
{
page
.
isFirst
=
YES
;
}
return
;
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