mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
运营商选择
This commit is contained in:
@@ -81,8 +81,8 @@ export default {
|
||||
// this.initMap(this.lat, this.lng);
|
||||
// });
|
||||
// },
|
||||
// 在这里处理点击事件
|
||||
handleSearchResultClick(data) {
|
||||
// 在这里处理点击事件
|
||||
// console.log(data); // 你可以在控制台打印点击结果的数据
|
||||
let lat = data.entr_location.lat;
|
||||
let lng = data.entr_location.lng;
|
||||
|
||||
Reference in New Issue
Block a user