Commit eb7791e0 authored by jz's avatar jz

修改isFirst 问题

parent e2457ed3
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
......
......@@ -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;
}
// 业务层更新
......
......@@ -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;
}
// 业务层更新
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment