YongJunShen

Results 1 issues of YongJunShen

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ }这个方法 当confirmType == ZHFilterMenuConfirmTypeSpeedConfirm 双列表模式下 如果选栏目会直接弹回没效果 需要加上downType == ZHFilterMenuDownTypeTwoLists类型的判断 去做不同处理