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