Commit 536f6b0c authored by guanghui.shi's avatar guanghui.shi

修改文案,分享控件

parent 29c1841b
......@@ -347,7 +347,7 @@
default:
break;
}
QGAppCoreModelClickEvent *event = [QGAppCoreModelClickEvent acmcEventWithPage:@"分享好友" path:@"分享空间" name:modelName detail_name:nil];
QGAppCoreModelClickEvent *event = [QGAppCoreModelClickEvent acmcEventWithPage:@"分享好友" path:@"分享控件" name:modelName detail_name:nil];
[QGAnalyticsService analyticsTrackWithEvent:event];
};
}
......@@ -376,18 +376,6 @@
}
}
/// 图片保存成功后,打开微信
- (void)openWeChat
{
QGAlertView * alert = [[QGAlertView alloc] initWithTitle:@"图片已保存至相册" message:@"由于微信朋友圈限制,请手动发布朋友圈" cancelButtonTitle:nil sureButtonTitle:@"立即打开微信分享" clickBlock:^(NSInteger index) {
BOOL openResult = [[QGThirdPlatformService shareInstance] openWXApp];
if (!openResult) {
[QGHUDManager showHud:@"打开微信失败"];
}
}];
[alert showInView:nil];
}
/// 保存图片
- (void)saveImage
......
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