|
@@ -75,7 +75,7 @@
|
|
|
[self showVipInfoAlert];
|
|
|
} else {
|
|
|
DetectionViewController *controller = [SK_STORYBOARD instantiateViewControllerWithIdentifier:@"DetectionVC"];
|
|
|
- controller.isDrank = NO;
|
|
|
+ controller.needDrunkJudgment = @"0";
|
|
|
[self.navigationController pushViewController:controller animated:YES];
|
|
|
}
|
|
|
}
|
|
@@ -91,7 +91,7 @@
|
|
|
[self showVipInfoAlert];
|
|
|
} else {
|
|
|
DetectionViewController *controller = [SK_STORYBOARD instantiateViewControllerWithIdentifier:@"DetectionVC"];
|
|
|
- controller.isDrank = YES;
|
|
|
+ controller.needDrunkJudgment = @"1";
|
|
|
[self.navigationController pushViewController:controller animated:YES];
|
|
|
}
|
|
|
}
|