Commit 6c5bcd7a authored by 曹云霄's avatar 曹云霄

优化体验中心,imageview 自定义tag值

parent 9f2814d8
......@@ -231,6 +231,7 @@
NSArray *imags = [model.pictures componentsSeparatedByString:@","];
[imageView sd_setImageWithURL:[NSURL URLWithString:[imags firstObject]] placeholderImage:REPLACEIMAGE];
imageView.showImageViewAddress = [imags firstObject];
imageView.customTag = model.fid;
[self.sceneBackView addSubview:imageView];
[self.productScrollview reloadData];
}
......
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