This commit is contained in:
yanran200730
2022-07-02 16:17:55 +08:00
parent 54f0d57b37
commit 58022d5154
7 changed files with 230 additions and 123 deletions

View File

@@ -6,7 +6,7 @@
<p>{{ info.bossName }}</p>
<div>
<img :src="$cdn + 'xincheng/dw.png'" alt="" class="local-icon">
<span>{{ info.businessAddress }}</span>
<span>{{ info.businessName }}</span>
</div>
</div>
</div>
@@ -32,7 +32,7 @@
</div>
<div class="info">
<span>地图</span>
<span class="color-3D94FB" @click="openLocation">定位</span>
<span class="color-3D94FB" @click="openLocation">{{ info.businessAddress }}</span>
</div>
</div>
<div class="content" v-if="info.detailList.length">
@@ -94,7 +94,7 @@
call (phone) {
uni.makePhoneCall({
phoneNumber: '114'
phoneNumber: phone
})
},
@@ -105,7 +105,7 @@
uni.openLocation({
latitude: this.info.lat,
longitude: this.info.lon,
longitude: this.info.lng,
success: function () {
console.log('success');
}