Commit 3e813464 authored by 朱超's avatar 朱超

地图页面删除调试

parent cf3eef45
...@@ -466,15 +466,15 @@ export default defineComponent({ ...@@ -466,15 +466,15 @@ export default defineComponent({
center: [117.490182, 38.885596], center: [117.490182, 38.885596],
}); });
map.on("click", function (e) { // map.on("click", function (e) {
alert( // alert(
"您在[ " + // "您在[ " +
e.lnglat.getLng() + // e.lnglat.getLng() +
"," + // "," +
e.lnglat.getLat() + // e.lnglat.getLat() +
" ]的位置点击了地图!" // " ]的位置点击了地图!"
); // );
}); // });
this.servicCenterList.forEach((element, index) => { this.servicCenterList.forEach((element, index) => {
const amapGps = this.bd_decrypt( const amapGps = this.bd_decrypt(
...@@ -686,15 +686,15 @@ export default defineComponent({ ...@@ -686,15 +686,15 @@ export default defineComponent({
center: [_this.mapBackPostion[0], _this.mapBackPostion[1]], center: [_this.mapBackPostion[0], _this.mapBackPostion[1]],
}); });
map.on("click", function (e) { // map.on("click", function (e) {
alert( // alert(
"您在[ " + // "您在[ " +
e.lnglat.getLng() + // e.lnglat.getLng() +
"," + // "," +
e.lnglat.getLat() + // e.lnglat.getLat() +
" ]的位置点击了地图!" // " ]的位置点击了地图!"
); // );
}); // });
_this.postSupplylist( _this.postSupplylist(
map, map,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment