فهرست منبع

fix:优化格式

“HeShaoZe” 4 ماه پیش
والد
کامیت
c1f6d651a6
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      plugins/map_mapkit_ios/ios/Classes/MapView/ViewModel/MapViewModel.swift

+ 0 - 2
plugins/map_mapkit_ios/ios/Classes/MapView/ViewModel/MapViewModel.swift

@@ -103,9 +103,7 @@ class MapViewModel: NSObject, ObservableObject, MapCapability {
             result(paramsDecodeError);
             return;
         }
-        
         suitableLocation.append(polyline)
-        print("argssfsfdsdfs--AK-\(args ?? [String: Any]())----\(suitableLocation)")
         result(nil);
     }
 }