Commit 01a58b69 authored by Steven杜宇's avatar Steven杜宇

// 预览

parent 9e0f122e
...@@ -511,7 +511,7 @@ private extension YHPreviewViewModel { ...@@ -511,7 +511,7 @@ private extension YHPreviewViewModel {
var title = "" var title = ""
if let item = model.school_address { if let item = model.school_address {
if item.country.contains("中国") { if item.country.contains("中国") {
title = "" title = item.country
if item.area.count > 1 { if item.area.count > 1 {
title = title + item.area[0] + "/" + item.area[1] title = title + item.area[0] + "/" + item.area[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