提交 c897edb1 编写于 作者: 张敬贤's avatar 张敬贤

新增参数

上级 16a9a4f3
......@@ -364,6 +364,7 @@ export default {
this.dectionData = dectionData;
this.dectionForm.detectName = dectionData.detectionName;
this.dectionForm.goodsId = dectionData.goodsId;
this.$store.dispatch('setInsuranceInfo', dectionData);
}
});
......
......@@ -204,7 +204,7 @@ export default {
console.log(item);
const latitude = '121.287689';
const longitude = '31.234527';
url = 'https://uri.amap.com/marker?&name=' + hospitalName + '&position=' + latitude + ',' + longitude;
url = 'https://uri.amap.com/marker?&name=' + hospitalName + '&position=' + latitude + ',' + longitude + '&callnative=1';
}
window.open(url);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册