111
This commit is contained in:
parent
53d2036584
commit
b703233237
|
@ -699,7 +699,7 @@
|
|||
fontSize: 10, // 修改为文字大小
|
||||
borderRadius: 10, // 修改为气泡圆角大小
|
||||
bgColor: '#000000', // 修改为气泡背景颜色
|
||||
padding: 1, // 修改为气泡内边距
|
||||
padding: 3, // 修改为气泡内边距
|
||||
display: 'ALWAYS', // 修改为气泡的显示策略
|
||||
}
|
||||
})
|
||||
|
@ -726,7 +726,7 @@
|
|||
fontSize: 10, // 修改为文字大小
|
||||
borderRadius: 10, // 修改为气泡圆角大小
|
||||
bgColor: '#D4ECFF', // 修改为气泡背景颜色
|
||||
padding: 1, // 修改为气泡内边距
|
||||
padding: 3, // 修改为气泡内边距
|
||||
display: 'ALWAYS', // 修改为气泡的显示策略
|
||||
}
|
||||
})
|
||||
|
@ -750,7 +750,7 @@
|
|||
fontSize: 10, // 修改为文字大小
|
||||
borderRadius: 10, // 修改为气泡圆角大小
|
||||
bgColor: '#D4ECFF', // 修改为气泡背景颜色
|
||||
padding: 1, // 修改为气泡内边距
|
||||
padding: 3, // 修改为气泡内边距
|
||||
display: 'ALWAYS', // 修改为气泡的显示策略
|
||||
}
|
||||
})
|
||||
|
@ -774,7 +774,7 @@
|
|||
fontSize: 10, // 修改为文字大小
|
||||
borderRadius: 10, // 修改为气泡圆角大小
|
||||
bgColor: '#D4ECFF', // 修改为气泡背景颜色
|
||||
padding: 1, // 修改为气泡内边距
|
||||
padding: 3, // 修改为气泡内边距
|
||||
display: 'ALWAYS', // 修改为气泡的显示策略
|
||||
}
|
||||
})
|
||||
|
@ -798,7 +798,7 @@
|
|||
fontSize: 10, // 修改为文字大小
|
||||
borderRadius: 10, // 修改为气泡圆角大小
|
||||
bgColor: '#D4ECFF', // 修改为气泡背景颜色
|
||||
padding: 1, // 修改为气泡内边距
|
||||
padding: 3, // 修改为气泡内边距
|
||||
display: 'ALWAYS', // 修改为气泡的显示策略
|
||||
}
|
||||
})
|
||||
|
@ -822,7 +822,7 @@
|
|||
fontSize: 10, // 修改为文字大小
|
||||
borderRadius: 10, // 修改为气泡圆角大小
|
||||
bgColor: '#D4ECFF', // 修改为气泡背景颜色
|
||||
padding: 1, // 修改为气泡内边距
|
||||
padding: 3, // 修改为气泡内边距
|
||||
display: 'ALWAYS', // 修改为气泡的显示策略
|
||||
}
|
||||
})
|
||||
|
@ -845,7 +845,7 @@
|
|||
fontSize: 10, // 修改为文字大小
|
||||
borderRadius: 10, // 修改为气泡圆角大小
|
||||
bgColor: '#000000', // 修改为气泡背景颜色
|
||||
padding: 1, // 修改为气泡内边距
|
||||
padding: 3, // 修改为气泡内边距
|
||||
display: 'ALWAYS', // 修改为气泡的显示策略
|
||||
}
|
||||
})
|
||||
|
|
|
@ -1436,6 +1436,11 @@
|
|||
|
||||
},
|
||||
search() {
|
||||
this.pageNum=1
|
||||
this.allList=[]
|
||||
this.ingList=[]
|
||||
this.reprement=[]
|
||||
this.alreadyList=[]
|
||||
clearTimeout(timerId1);
|
||||
timerId1 = setTimeout(() => {
|
||||
this.pageNum=1
|
||||
|
|
|
@ -1234,6 +1234,7 @@
|
|||
|
||||
},
|
||||
deviceInfo() {
|
||||
this.markers=[]
|
||||
this.$u.get('/app/device/info?sn=' + this.sn).then((res) => {
|
||||
console.log(res, 'rererer');
|
||||
if (res.code === 200) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user