|
|
@@ -524,7 +524,7 @@ export default {
|
|
|
if (res.code === 200) {
|
|
|
this.rimList = [...this.rimList, ...res.rows]
|
|
|
this.rimTotal = res.total
|
|
|
- if (this.distance && this.rimList.length) {
|
|
|
+ if (this.rimList.length) {
|
|
|
this.rimList.forEach((ele) => {
|
|
|
let lat = ele.jingwei.split(',')[1]
|
|
|
let lng = ele.jingwei.split(',')[0]
|
|
|
@@ -1821,4 +1821,4 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|