YuRi
YuRi
我已确认所提问题在 FAQ.md 及 Issues 上没有。 问题描述: 车牌组件版本: Android 版本: 设备型号: 界面问题如下: 异常日志如下:
``` declare var baidumap_location; .... baidumap_location.getCurrentPosition(function (result) { alert(JSON.stringify(result, null, 4)) console.log("================") console.log(JSON.stringify(result, null, 4)); }, function (error) { alert(JSON.stringify(error)) }); ``` 打包后不弹出任何信息
报警告:
报警告: Warning:Each child in an array or iterator should have a unique "key" prop.Check the render method of 'WeixinTabBar'.