Commit 81644dd7 authored by Alex朱枝文's avatar Alex朱枝文

分享bug解决

parent 930f9ea9
......@@ -232,7 +232,7 @@ extension YHJsApi {
ShareH5Url : "分享链接"
}
*/
if !jsonObject.isEmpty, jsonObject.keys.count == 3 {
if !jsonObject.isEmpty {
let shareH5Title: String = jsonObject["ShareH5Title"] as? String ?? ""
let shareH5Describe: String = jsonObject["ShareH5Describe"] as? String ?? ""
let shareH5Url: String = jsonObject["ShareH5Url"] as? String ?? ""
......
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