Commit e80733bb authored by CZ1004's avatar CZ1004

【优化】修改跳转问题

parent 38d42796
...@@ -293,6 +293,9 @@ class CompressQualityController : BaseViewController{ ...@@ -293,6 +293,9 @@ class CompressQualityController : BaseViewController{
AdvManager.shared.finisedCallBack = { AdvManager.shared.finisedCallBack = {
self.jumpToNextPage() self.jumpToNextPage()
} }
AdvManager.shared.failueFinishedCallBack = {
self.navigationController?.popViewController(animated: true)
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment