mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
添加注释,删除无用代码
This commit is contained in:
@@ -31,7 +31,7 @@ export default {
|
||||
name:'map',
|
||||
data() {
|
||||
return {
|
||||
showMap:false,
|
||||
showMap:false, // modal显隐
|
||||
mapSearch:'', // 地图搜索
|
||||
map:null, // 初始化地图
|
||||
autoComplete:null, // 初始化搜索方法
|
||||
@@ -39,7 +39,7 @@ data() {
|
||||
positionPicker:null, // 地图拖拽选点
|
||||
tips:[], //搜索关键字列表
|
||||
addrContent:{}, // 回显地址信息
|
||||
loading:false,
|
||||
loading:false, // 加载状态
|
||||
};
|
||||
},
|
||||
watch:{
|
||||
|
||||
Reference in New Issue
Block a user