杨锴
2024-11-05 0fb7413df54760ac6bd15b90b738e0706de1629e
XQMuse/Root/Pavilion/CCell/PavilionItemCell.swift
@@ -24,7 +24,7 @@
    }
            func setPavilionDetailModel(_ model:PavilionDetailModel){
                        image_cover.sd_setImage(with: URL(string: model.coverUrl))
                        image_cover.sd_setImage(with: URL(string: model.coverUrl.jq_urlEncoded()))
                        label_title.text = model.hallName
                        view_distance.isHidden = model.distance < 0
                        if model.distance >= 1000{