|
@@ -99,7 +99,7 @@ class MVPlayControlViewCell: UICollectionViewCell {
|
|
|
|
|
|
lazy var reCreateBtn: UIButton = {
|
|
|
let reCreateBtn = UIButton(type: .custom)
|
|
|
- reCreateBtn.setTitle(" 做同款", for: .normal)
|
|
|
+ reCreateBtn.setTitle(" 「一键制作」同款卡点大片", for: .normal)
|
|
|
reCreateBtn.titleLabel?.font = UIFont.systemFont(ofSize: 17, weight: .semibold)
|
|
|
reCreateBtn.setTitleColor(UIColor.white, for: .normal)
|
|
|
reCreateBtn.addCorner(corner: 8)
|