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
a899cff4
Commit
a899cff4
authored
Jul 23, 2019
by
周亮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
..
parent
3f045e3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Phobos.m
GMPhobos/Classes/Phobos.m
+5
-5
No files found.
GMPhobos/Classes/Phobos.m
View file @
a899cff4
...
...
@@ -474,11 +474,11 @@ static NSString *sdkVersion = @"110";
phobosLog
(
@"两个埋点outTime 时间差------%f"
,
(
fabsl
(
objOutTime
-
pageOutTime
)));
checkTimeError
=
YES
;
phobosLog
(
@"%s____数据校验失败"
,
__func__
);
dispatch_async
(
dispatch_get_main_queue
(),
^
{
NSString
*
stringTitle
=
[
NSString
stringWithFormat
:
@"%@ PV埋点可能重复"
,
data
];
UIAlertView
*
alertView
=
[[
UIAlertView
alloc
]
initWithTitle
:
stringTitle
message
:
nil
delegate
:
nil
cancelButtonTitle
:
@"确定"
otherButtonTitles
:
nil
,
nil
];
[
alertView
show
];
});
//
dispatch_async(dispatch_get_main_queue(), ^{
//
NSString *stringTitle = [NSString stringWithFormat:@"%@ PV埋点可能重复", data];
//
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:stringTitle message:nil delegate:nil cancelButtonTitle:@"确定" otherButtonTitles:nil, nil];
//
[alertView show];
//
});
break
;
}
}
...
...
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