Commit dbcb82cf authored by pete谢兆麟's avatar pete谢兆麟

Merge commit 'ad469181' into xiezhaolin

parents 73a992ed ad469181
...@@ -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