提交 c0da0912 编写于 作者: fxy060608's avatar fxy060608

chore(uts): update test

上级 56e23d03
......@@ -44,9 +44,9 @@ class TestSwiftComponent : DCUniComponent, MKMapViewDelegate {
}
func mapViewDidFinishLoadingMap(_ mapView: MKMapView) {
if (self.mapLoadedEvent) {
self.fireEvent("mapLoaded", {
mapLoaded: "success"
});
self.fireEvent("mapLoaded", [
"mapLoaded": "success"
]);
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册