Commit 2af46402 authored by David黄金龙's avatar David黄金龙

删除 不使用的代码

parent 06342c5d
......@@ -28,7 +28,7 @@ extension YHJsApi {
}
}
//3、展示图片组
//2、展示图片组
@objc func showPicsSyn(_ dicPics: String) {
DispatchQueue.main.async {
if let data = dicPics.data(using: .utf8) {
......@@ -56,17 +56,6 @@ extension YHJsApi {
}
}
//2、设置app导航栏隐藏、显示
@objc func setAppNavigation(_ tag : Any) {
let tmp : Bool = tag as? Bool ?? false
DispatchQueue.main.async {
if let delegate = self.delegate as? YHH5WebViewVC {
delegate.setAppNavigation(tmp)
}
}
}
//1、保存图片到本地
@objc func saveLocalPictureSyn(_ picUrl: String) {
DispatchQueue.main.async {
......
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