修改小问题

This commit is contained in:
A1300399510
2023-08-02 14:15:46 +08:00
parent d731976872
commit 1aea029c9e
7 changed files with 4 additions and 18 deletions

View File

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

View File

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