Browse Source

Merge branch 'develop' of http://svn.ouj.com:3000/duowan_iOS/SuperShow into develop

zhongbaojian 5 years ago
parent
commit
633d0956f4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      SuperShow/UI/ResourcePicker/WSSResourcePickerController.swift

+ 1 - 0
SuperShow/UI/ResourcePicker/WSSResourcePickerController.swift

@@ -990,6 +990,7 @@ extension WSSResourcePickerController: UICollectionViewDataSource, UICollectionV
                 if let model = photoModels.safeObject(atIndex: indexPath.item) {
                     indexModel = model
                     cell.model = model
+                    cell.layoutSubviews()
                 }
             }