提交 9bc8f277 编写于 作者: guangjun.yang's avatar guangjun.yang

获取地理位置信息

上级 77851efd
...@@ -131,7 +131,7 @@ export default { ...@@ -131,7 +131,7 @@ export default {
param.setEntry = true; param.setEntry = true;
this.POST("aggregate/cme/convertLocationToProvinceId", param).then(res => { this.POST("aggregate/cme/convertLocationToProvinceId", param).then(res => {
if (res.code == "000000") { if (res.code == "000000") {
this.getCardInfoByProvinceId(res.data); this.getCardInfoByProvinceId(res.data || 0);
} }
}); });
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册