|
@@ -118,6 +118,13 @@ class INIntroduceController: BFBaseViewController {
|
|
}
|
|
}
|
|
|
|
|
|
@objc func exportAction() {
|
|
@objc func exportAction() {
|
|
|
|
+ if recordScreenVC.itemModels.count == 1
|
|
|
|
+ && recordScreenVC.itemModels[0].mediaType == .IMAGE
|
|
|
|
+ && recordScreenVC.itemModels[0].voiceStickers.count == 0{
|
|
|
|
+ cShowHUB(superView: nil, msg: "开局一张图也要编些话吧:)")
|
|
|
|
+ return
|
|
|
|
+ }
|
|
|
|
+
|
|
recordScreenVC.backBtnClick()
|
|
recordScreenVC.backBtnClick()
|
|
|
|
|
|
let controller = INVideoExportController()
|
|
let controller = INVideoExportController()
|