diff --git a/src/assets/img/apartmentDetail/add-customer-map2.png b/src/assets/img/apartmentDetail/add-customer-map2.png new file mode 100644 index 0000000..e068437 Binary files /dev/null and b/src/assets/img/apartmentDetail/add-customer-map2.png differ diff --git a/src/assets/img/apartmentDetail/add-customer-map2.svg b/src/assets/img/apartmentDetail/add-customer-map2.svg deleted file mode 100644 index f15c803..0000000 --- a/src/assets/img/apartmentDetail/add-customer-map2.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/src/components/public/transmitBtn.vue b/src/components/public/transmitBtn.vue index a178d85..87afd6e 100644 --- a/src/components/public/transmitBtn.vue +++ b/src/components/public/transmitBtn.vue @@ -18,8 +18,7 @@
- - 手机查看该房源 + 手机查看该{{ type == 'apartment' ? '公寓' : '房源' }}
@@ -38,6 +37,7 @@ import { ElMessage } from 'element-plus' const props = defineProps({ title: String, qrcode: String, + type: String }) let url = location.href diff --git a/src/components/public/viewMap.vue b/src/components/public/viewMap.vue index 2b83013..88d53a0 100644 --- a/src/components/public/viewMap.vue +++ b/src/components/public/viewMap.vue @@ -29,7 +29,6 @@ const props = defineProps({ let key = ref("MVNBZ-PEFWI-O4OGT-5ADVJ-7QAYJ-NBFY4") const initMap = () => { - console.log("props.latlng",props.latlng); let center = new TMap.LatLng(props.latlng['latitude'], props.latlng['longitude']); let map = new TMap.Map("container", { zoom: 15, diff --git a/src/views/apartmentDetail.vue b/src/views/apartmentDetail.vue index 833f24f..292c001 100644 --- a/src/views/apartmentDetail.vue +++ b/src/views/apartmentDetail.vue @@ -117,7 +117,7 @@
转发 - +
咨询
@@ -321,7 +321,7 @@
- + diff --git a/src/views/edit.vue b/src/views/edit.vue index 2e723a0..31f7c3f 100644 --- a/src/views/edit.vue +++ b/src/views/edit.vue @@ -927,7 +927,6 @@ export default { else title += '个人房源' setSeoTitle(title) - console.log(); }).catch(err => { }).finally(err => { this.loading.close() }) diff --git a/src/views/user.vue b/src/views/user.vue index f4ed791..55431a7 100644 --- a/src/views/user.vue +++ b/src/views/user.vue @@ -312,7 +312,6 @@ const handleDelete = (index, status) => { // 监听滚动到底部 const handleScroll = () => { - // console.log(user.value, "user"); if (!user.value['uid']) return const scrollHeight = document.documentElement.scrollHeight; const clientHeight = document.documentElement.clientHeight;