- //图片被点击事件,当前第几张图片被点击了,和数组顺序一致
__weak NewsgzzViewController *wself = self;
[TopScro setImageViewDidTapAtIndex:^(NSInteger index) {
printf("第%zd张图片\n",index);
// [self TapActiomindera:(int)index];
[wself TapActiomindera:(int)index];
}];
时间: 2024-11-05 13:33:32