| | |
| | | |
| | | storesView.img_logo.sd_setImage(with: URL(string: detailModel.storeCoverDrawing)) |
| | | storesView.label_title.text = detailModel.name |
| | | storesView.label_address.text = detailModel.storeAddress |
| | | storesView.label_address.text = detailModel.storeName |
| | | storesView.label_distance.text = String(format: "距你%.2lfkm", detailModel.distance) |
| | | storesView.clouse = clouse |
| | | sceneDelegate?.window?.addSubview(storesView) |
| | |
| | | |
| | | storesView.img_logo.sd_setImage(with: URL(string: activityModel.storeCoverDrawing)) |
| | | storesView.label_title.text = activityModel.name |
| | | storesView.label_address.text = activityModel.storeAddress |
| | | storesView.label_address.text = activityModel.storeName |
| | | storesView.label_distance.text = String(format: "距你%.2lfkm", activityModel.distance) |
| | | storesView.clouse = clouse |
| | | sceneDelegate?.window?.addSubview(storesView) |
| | |
| | | |
| | | storesView.img_logo.sd_setImage(with: URL(string: siteDetailModel.storeCoverDrawing)) |
| | | storesView.label_title.text = siteDetailModel.name |
| | | storesView.label_address.text = siteDetailModel.storeAddress |
| | | storesView.label_address.text = siteDetailModel.storeName |
| | | storesView.label_distance.text = String(format: "距你%.2lfkm", siteDetailModel.distance) |
| | | storesView.clouse = clouse |
| | | sceneDelegate?.window?.addSubview(storesView) |