|
@@ -305,10 +305,11 @@ extension PublishEditController {
|
|
|
aliyunVodUpToYoPublishModel.publishType = .image
|
|
|
aliyunVodUpToYoPublishModel.images = self.imageArr
|
|
|
}
|
|
|
-
|
|
|
- NotificationCenter.default.post(name: NSNotification.Name(rawValue: "DismissFromPublishEditVc"), object: aliyunVodUpToYoPublishModel)
|
|
|
- BaseTabbarViewController.shared.esTabBarController.selectedIndex = 0
|
|
|
- self.dismissToWindowRootViewController(animated: false) {}
|
|
|
+ self.dismissToRootViewController(animated: false) {
|
|
|
+ NotificationCenter.default.post(name: NSNotification.Name(rawValue: "DismissFromPublishEditVc"), object: aliyunVodUpToYoPublishModel)
|
|
|
+ BaseTabbarViewController.shared.esTabBarController.selectedIndex = 0
|
|
|
+ }
|
|
|
+// self.dismissToWindowRootViewController(animated: false) {}
|
|
|
|
|
|
|
|
|
}
|