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

add

上级 09b06988
...@@ -71,6 +71,7 @@ export default { ...@@ -71,6 +71,7 @@ export default {
// longitude: 50.2, // longitude: 50.2,
// }; // };
// that.getHospitalList(data); // that.getHospitalList(data);
var that = this;
AMapLoader.load({ AMapLoader.load({
key:'009dd02e4fe0a1b5f895cd7b86b9e216', // 申请好的Web端开发者Key,首次调用 load 时必填 key:'009dd02e4fe0a1b5f895cd7b86b9e216', // 申请好的Web端开发者Key,首次调用 load 时必填
plugins:[''], // 需要使用的的插件列表,如比例尺'AMap.Scale'等 plugins:[''], // 需要使用的的插件列表,如比例尺'AMap.Scale'等
...@@ -93,7 +94,7 @@ export default { ...@@ -93,7 +94,7 @@ export default {
if (geolocation.result) { if (geolocation.result) {
storejs.set('geolocation', geolocation.result.position); storejs.set('geolocation', geolocation.result.position);
} }
this.getJumpPageStatus(); that.getJumpPageStatus();
}); });
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册