|
@@ -55,8 +55,9 @@ class BFCameraProgressView: BFProgressBaseView {
|
|
|
if let count = recordItem?.thumbImgs.count, count > 0 {
|
|
|
DispatchQueue.main.async {[weak self] in
|
|
|
guard let wself = self else { return }
|
|
|
- wself.collectionV.reloadData()
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+ wself.collectionV.insertItems(at: [IndexPath(row: count - 1, section: 0)])
|
|
|
}
|
|
|
}
|
|
|
}
|