修改小问题
This commit is contained in:
parent
d731976872
commit
1aea029c9e
BIN
src/assets/img/apartmentDetail/add-customer-map2.png
Normal file
BIN
src/assets/img/apartmentDetail/add-customer-map2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
File diff suppressed because one or more lines are too long
@ -18,8 +18,7 @@
|
||||
<div class="transmit-box transmit-QRCode-box"><img :src="props['qrcode']" class="QRCode">
|
||||
<div class="hint">
|
||||
<img class="saoma-icom" src="@/assets/img/apartmentDetail/scan-icon.png">
|
||||
|
||||
手机查看该房源
|
||||
手机查看该{{ type == 'apartment' ? '公寓' : '房源' }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -38,6 +37,7 @@ import { ElMessage } from 'element-plus'
|
||||
const props = defineProps({
|
||||
title: String,
|
||||
qrcode: String,
|
||||
type: String
|
||||
})
|
||||
|
||||
let url = location.href
|
||||
|
@ -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,
|
||||
|
@ -117,7 +117,7 @@
|
||||
<div class="btn-item transmit-btn flexcenter" @click="handleTransmit">
|
||||
<img class="transmit-icon" src="@/assets/img/publicImage/transmit-icon.png" />
|
||||
转发
|
||||
<transmit-btn :qrcode="qrcode" :title="info['title']"></transmit-btn>
|
||||
<transmit-btn :qrcode="qrcode" :title="info['title']" type="apartment"></transmit-btn>
|
||||
</div>
|
||||
<div class="btn-item consult-btn flexcenter" @click="modificationContact">咨询</div>
|
||||
</div>
|
||||
@ -321,7 +321,7 @@
|
||||
<img class="add-customer-violet violet2" src="@/assets/img/apartmentDetail/add-customer-violet2.svg">
|
||||
<div class="add-customer-interior flexflex">
|
||||
|
||||
<img class="add-customer-interior-bj bj2" src="@/assets/img/apartmentDetail/add-customer-map2.svg">
|
||||
<img class="add-customer-interior-bj bj2" src="@/assets/img/apartmentDetail/add-customer-map2.png">
|
||||
<img class="add-customer-interior-bj bj2"
|
||||
src="@/assets/img/apartmentDetail/add-customer-interior-bj2.svg" />
|
||||
<img class="add-customer-interior-bj" src="@/assets/img/apartmentDetail/add-customer-map.svg">
|
||||
|
@ -927,7 +927,6 @@ export default {
|
||||
else title += '个人房源'
|
||||
setSeoTitle(title)
|
||||
|
||||
console.log();
|
||||
}).catch(err => { }).finally(err => {
|
||||
this.loading.close()
|
||||
})
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user