xiaoxin 2 éve
szülő
commit
a69ba3eb99
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      pages/detail/detail.vue

+ 2 - 2
pages/detail/detail.vue

@@ -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>