Commit ad469181 authored by David黄金龙's avatar David黄金龙

处理 跳转逻辑

parent 4115c1ea
...@@ -133,7 +133,7 @@ extension YHHomeBannerView: FSPagerViewDataSource, FSPagerViewDelegate { ...@@ -133,7 +133,7 @@ extension YHHomeBannerView: FSPagerViewDataSource, FSPagerViewDelegate {
} }
let model = dataArr[index] let model = dataArr[index]
if model.skip_url.isEmpty == false { if model.skip_url.isEmpty == false {
switch model.type { switch model.skip_type {
case 1: //跳转H5 case 1: //跳转H5
let vc = YHHomeWebViewController() let vc = YHHomeWebViewController()
vc.url = model.skip_url vc.url = model.skip_url
......
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