提交 8762cb3d 编写于 作者: guangjun.yang's avatar guangjun.yang

根据位置信息获取省

上级 9bc8f277
......@@ -132,8 +132,10 @@ export default {
this.POST("aggregate/cme/convertLocationToProvinceId", param).then(res => {
if (res.code == "000000") {
this.getCardInfoByProvinceId(res.data || 0);
} else {
this.getCardInfoByProvinceId(0);
}
});
});
},
// 跳转到原生的购买页面
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册