bug
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: calc((100% - 30px) / 2);
|
||||
height: 80px;
|
||||
height: 88px;
|
||||
margin-bottom: 16px;
|
||||
padding: 0 32px;
|
||||
background: #F3F5F7;
|
||||
@@ -194,6 +194,10 @@
|
||||
}
|
||||
|
||||
span {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
-webkit-line-clamp: 2;
|
||||
font-size: 28px;
|
||||
color: #333;
|
||||
font-weight: 600;
|
||||
|
||||
@@ -27,10 +27,10 @@
|
||||
<img :src="$cdn + 'xincheng/dz@2x.png'" alt="">
|
||||
<div>{{ item.businessAddress }}</div>
|
||||
</div>
|
||||
<div class="info" style="margin-bottom: 0;">
|
||||
<!-- <div class="info" style="margin-bottom: 0;">
|
||||
<img :src="$cdn + 'xincheng/wgz@2x.png'" alt="">
|
||||
<div>李毅-网格长</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</u-swipe-action>
|
||||
<AiEmpty v-if="!list.length"></AiEmpty>
|
||||
</div>
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
return this.$u.toast('该商户尚未标记')
|
||||
}
|
||||
|
||||
this.businessName = ''
|
||||
this.businessName = item.businessName
|
||||
this.isShow = false
|
||||
this.map.easeTo({
|
||||
center: new this.lib.LatLng(item.lat, item.lng),
|
||||
|
||||
Reference in New Issue
Block a user