无故事王国
2023-10-13 941347efd4ed52a048aaf26b909508dd0c49d7ae
WanPai/Root/Activity/View/StoresInfoView.swift
@@ -34,7 +34,7 @@
        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)
@@ -51,7 +51,7 @@
        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)
@@ -68,7 +68,7 @@
        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)