Browse Source

1.图片旋转页面刷新底部

huangxiaodong 2 years ago
parent
commit
e1fca2fc95

+ 2 - 0
创维盒子/双子星云手机/Class/Set/uploadFile/uploadImageOrVideoViewController.m

@@ -399,6 +399,8 @@
 - (void)refreshDataAndUIFunWith:(NSMutableArray *)indexPathsForSelectedItems
 {
     self.indexPathsForSelectedItems = indexPathsForSelectedItems;
+    [self setDataToBottomViewFun];
+    
     [self.photoListView reloadData];
 }