Commit 97c5b767 authored by Alex朱枝文's avatar Alex朱枝文

增加H5进七鱼跳转

parent bd4c19aa
...@@ -791,4 +791,15 @@ extension YHJsApi { ...@@ -791,4 +791,15 @@ extension YHJsApi {
} }
} }
} }
// 34 H5跳转App 联系客服 跳转坐席
@objc func goQiyuService(_ tag: String) {
DispatchQueue.main.async {
guard let userId = YHLoginManager.shared.userModel?.id, userId.count > 0, let navigationController = UIViewController.current?.navigationController else {
return
}
YHButlerServiceManager.shared.gotoButlerServiceSessionVC(navigationController: navigationController, completion: { _ in
})
}
}
} }
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