修改小问题
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user