无故事王国
2023-10-17 77041c81c325c0bc88c94dc28d732f656cc4c885
WanPai/Root/Search/VC/SearchVC.swift
@@ -60,10 +60,11 @@
        view_container.addSubview(mapView)
        mapView.frame = CGRect(origin: .zero, size: view_container.size)
        for v in models{
      for (index,v) in models.enumerated(){
            let point = MAPointAnnotation()
            point.coordinate = CLLocationCoordinate2D(latitude: v.latitude, longitude:v.longitude)
            point.title = v.storeAddr
            point.title = v.storeName
         v.index = index
            v.annotation = point
        }