Commit bf4ef4ca authored by Alex朱枝文's avatar Alex朱枝文

解决h5调用银河管家 崩溃问题

parent 80e0f715
......@@ -792,8 +792,8 @@ extension YHJsApi {
}
}
// 34 H5跳转App 联系客服 跳转坐席
@objc func goQiyuService(_ tag: String) {
// 34 H5跳转App 联系客服 跳转坐席,注意⚠️空串时候用Any接收
@objc func goQiyuService(_ tag: Any) {
DispatchQueue.main.async {
guard let userId = YHLoginManager.shared.userModel?.id, userId.count > 0, let navigationController = UIViewController.current?.navigationController else {
return
......
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