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
ee896bf0
Commit
ee896bf0
authored
May 15, 2019
by
jinzhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pv 提示
parent
e2318e3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Phobos.m
GMPhobos/Classes/Phobos.m
+6
-6
No files found.
GMPhobos/Classes/Phobos.m
View file @
ee896bf0
...
...
@@ -468,20 +468,20 @@ static NSString *sdkVersion = @"110";
phobosLog
(
@"%s____数据校验失败"
,
__func__
);
NSString
*
stringTitle
=
[
NSString
stringWithFormat
:
@"%@ PV埋点可能重复"
,
data
];
UIAlertView
*
alertView
=
[[
UIAlertView
alloc
]
initWithTitle
:
@"PV埋点可能数据异常"
message
:
nil
delegate
:
nil
cancelButtonTitle
:
@"确定"
otherButtonTitles
:
nil
,
nil
];
UIAlertView
*
alertView
=
[[
UIAlertView
alloc
]
initWithTitle
:
stringTitle
message
:
nil
delegate
:
nil
cancelButtonTitle
:
@"确定"
otherButtonTitles
:
nil
,
nil
];
[
alertView
show
];
}
}
}];
// 不管成功还是失败 给开发提示方便DEBUG
phobosLog
(
@"%s____数据校验成功"
,
__func__
);
[
dataArray
addObject
:
data
];
}
}
else
{
[
dataArray
addObject
:
data
];
}
// 不管成功还是失败 给开发提示方便DEBUG
// phobosLog(@"%s____数据校验成功", __func__);
[
dataArray
addObject
:
data
];
#endif
}
else
{
dataArray
=
[
NSMutableArray
arrayWithObject
:
data
];
...
...
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