Commit a4f09d8b authored by IOS-张 博's avatar IOS-张 博

增加弹窗文案标点符号

parent b8e1ce00
...@@ -225,7 +225,7 @@ typedef NS_ENUM(NSInteger,QGAuthStatus){ ...@@ -225,7 +225,7 @@ typedef NS_ENUM(NSInteger,QGAuthStatus){
- (void)unBindWxAuth - (void)unBindWxAuth
{ {
QGAlertView *alert = [[QGAlertView alloc]initWithTitle:nil message:@"解绑微信号后将无法继续使用它登录此真享生活账号哦" cancelButtonTitle:@"取消" sureButtonTitle:@"确认" clickBlock:^(NSInteger index) { QGAlertView *alert = [[QGAlertView alloc]initWithTitle:nil message:@"解绑微信号后,将无法继续使用它登录此真享生活账号哦~" cancelButtonTitle:@"取消" sureButtonTitle:@"确认" clickBlock:^(NSInteger index) {
if (index == 1) { if (index == 1) {
[self requestUnBindWxAuth]; [self requestUnBindWxAuth];
} }
......
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