Commit 426a0d77 authored by David黄金龙's avatar David黄金龙

默认 展示title

parent dadd81d2
......@@ -269,7 +269,7 @@ extension YHJsApi {
let id : Int = jsonObject["id"] as? Int ?? -1
let isFullScreen : Int = jsonObject["isFullScreen"] as? Int ?? 1
let navTitle : String = jsonObject["navTitle"] as? String ?? ""
let hideNavigationTitleFlag : Int = jsonObject["hideNavigationTitleFlag"] as? Int ?? 1
let hideNavigationTitleFlag : Int = jsonObject["hideNavigationTitleFlag"] as? Int ?? 0
if isInformationUrl == 1 {
//资讯详情
......
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