Commit e39927ff authored by Steven杜宇's avatar Steven杜宇

// AI

parent 155a35b4
...@@ -87,13 +87,6 @@ class YHProductItemView: UIView { ...@@ -87,13 +87,6 @@ class YHProductItemView: UIView {
} }
@objc func didClickProductItem() { @objc func didClickProductItem() {
if !productModel.redirectPath.isEmpty {
let vc = YHH5WebViewVC()
vc.isFullScreenFlag = false
vc.url = productModel.redirectPath
UIViewController.current?.navigationController?.pushViewController(vc)
}
YHAIJumpPageTool.jumpPageWithType(0, mode: productModel.redirectMode, path: productModel.redirectPath) { YHAIJumpPageTool.jumpPageWithType(0, mode: productModel.redirectMode, path: productModel.redirectPath) {
dict in dict 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