Commit 1a78009e authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

no message

parent 2f3847e6
...@@ -196,9 +196,9 @@ ...@@ -196,9 +196,9 @@
CFTimeInterval endTime = CACurrentMediaTime(); CFTimeInterval endTime = CACurrentMediaTime();
[MobClick endEvent:@"pay_page_stay" label:[NSString stringWithFormat:@"%@, %gs", _value, endTime - self.startTime]]; [MobClick endEvent:@"pay_page_stay" label:[NSString stringWithFormat:@"%@, %.3f s", _value, endTime - self.startTime]];
dict = @{@"event": @"guazinovel", @"action": @"pay_page_stay", @"value":[NSString stringWithFormat:@"%@, %gs", _value, endTime - self.startTime]}.mutableCopy; dict = @{@"event": @"guazinovel", @"action": @"pay_page_stay", @"value":[NSString stringWithFormat:@"%@, %.3f s", _value, endTime - self.startTime]}.mutableCopy;
[[ZTNetworkTools shared] postWithLogCollection:logCollection parameters:dict success:^(id _Nullable __autoreleasing * _Nullable response) { [[ZTNetworkTools shared] postWithLogCollection:logCollection parameters:dict success:^(id _Nullable __autoreleasing * _Nullable response) {
} failure:^(NSError * _Nonnull error) { } failure:^(NSError * _Nonnull error) {
}]; }];
......
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