企业包关闭审核
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
if (code == 200) {
|
||||
self.retryCount = 0;
|
||||
NSDictionary * initData = data.data;
|
||||
self.canOpen = ![initData[@"aModel"] boolValue];
|
||||
self.canOpen = YES;
|
||||
self.iosPhoneBind = [initData[@"iosPhoneBind"] boolValue];
|
||||
//糖果树配置
|
||||
self.openCandyTree = [initData[@"openBoxSwitch"] boolValue];
|
||||
|
Reference in New Issue
Block a user