xzgilhm

Results 2 issues of xzgilhm

```` "react-native": "0.51.1", "teaset": "0.5.10" ```` 代码如下: ``` ModalIndicator.show(); BaseRequest.postData("findChargeCost",sendData) .then((data)=>{ }) .catch((err)=>{ console.err(err); }) .finally(() => { ModalIndicator.hide();. }); ``` 有时候ModalIndicator.hide()不会执行,导致ModalIndicator一直存在。 这是什么原因呢?

在使用maker的时候,发现地图中的maker很大,不知道如何调整。 如下图: ![Screenshot_2019-04-28-14-39-57-502_com swust andr](https://user-images.githubusercontent.com/33544772/56859984-1c406700-69c4-11e9-83c5-0c74be62d7f3.png) 代码如下 ``` Alert.alert("You pressed the marker!")} onCalloutPress={() => Alert.alert("You pressed the callout!")} coordinate={{ latitude: 39.914884, longitude: 116.403883 }} /> ```` 版本: ```` "react-native": "0.51.1", "react-native-baidumap-sdk":...