Commit 74b2bc82 authored by zhangzy's avatar zhangzy

修改单行选择器点击确定的时候,返回selectIndex 为空的bug

parent a6fdaa01
......@@ -613,7 +613,7 @@
[dic setValue:@"confirm" forKey:@"type"];
NSMutableArray *arry=[[NSMutableArray alloc]init];
[dic setValue:[self getselectIndexArry] forKey:@"selectedIndex"];
[dic setValue:arry forKey:@"selectedIndex"];
// [dic setValue:arry forKey:@"selectedIndex"];
self.bolock(dic);
......
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