htttp_Image *vi = [[htttp_Image alloc] initWithFrame:CGRectMake(0, 20, WIN_width, 300) imageSize:CGSizeMake(70.0f, 80) width:(WIN_width-280)/5.0 imageCount:7 tapImage:^(htttp_Image *httpV) {
/**
* 注意在这里接受选择的image
*/
_imageData = [httpV.selectImageAr copy];
}];
[self.view addSubview:vi];
vi.backgroundColor = [UIColor blackColor];