|
|
|
@ -85,9 +85,9 @@ |
|
|
|
|
@click="seeloaction(box)"> |
|
|
|
|
<template v-if="box.id != 0"> |
|
|
|
|
<image mode="widthFix" :src="box.logo" class="recontleft flleft border-r" |
|
|
|
|
@error="imgerror($event, i )" style="width: 50px;"> |
|
|
|
|
@error="imgerror($event, i )" style="width: 50px;flex-shrink: 0;"> |
|
|
|
|
</image> |
|
|
|
|
<cover-view class="fotlt paddleft5"> |
|
|
|
|
<cover-view class="fotlt paddleft5 flex-1"> |
|
|
|
|
<cover-view class="text2 width100 font16 fontwig6"> |
|
|
|
|
{{box.callout.content}} |
|
|
|
|
</cover-view> |
|
|
|
@ -95,8 +95,8 @@ |
|
|
|
|
<cover-view class="width70 flleft text1 font13 fcor999"> |
|
|
|
|
{{box.callout.address}} |
|
|
|
|
</cover-view> |
|
|
|
|
<cover-view class="width30 flright font13 fcor666 fotct"> |
|
|
|
|
<image mode="aspectFit" :src="imagewxUrl+imgadres4" style="width: 10px;height:10px"></image> |
|
|
|
|
<cover-view class="width30 flright font13 fcor666 fotrt"> |
|
|
|
|
<image mode="aspectFit" :src="imagewxUrl+imgadres4" class="marglerig" style="width: 10px;height:10px"></image> |
|
|
|
|
{{box.distance}}km |
|
|
|
|
</cover-view> |
|
|
|
|
</cover-view> |
|
|
|
@ -191,9 +191,9 @@ |
|
|
|
|
@click="seeloaction(box)"> |
|
|
|
|
<template v-if="box.id != 0"> |
|
|
|
|
<image mode="widthFix" :src="box.logo" class="recontleft flleft border-r" |
|
|
|
|
@error="imgerror($event, i )" style="width: 50px;"> |
|
|
|
|
@error="imgerror($event, i )" style="width: 50px;flex-shrink: 0;"> |
|
|
|
|
</image> |
|
|
|
|
<view class="fotlt paddleft5"> |
|
|
|
|
<view class="fotlt paddleft5 flex-1"> |
|
|
|
|
<view class="text2 width100 font16 fontwig6"> |
|
|
|
|
{{box.callout.content}} |
|
|
|
|
</view> |
|
|
|
@ -201,8 +201,8 @@ |
|
|
|
|
<view class="width70 flleft text1 font13 fcor999"> |
|
|
|
|
{{box.callout.address}} |
|
|
|
|
</view> |
|
|
|
|
<view class="width30 flright font13 fcor666 fotct"> |
|
|
|
|
<image mode="aspectFit" :src="imagewxUrl+imgadres4" style="width: 10px;height: 10px;"></image> |
|
|
|
|
<view class="width30 flright font13 fcor666 fotrt"> |
|
|
|
|
<image mode="aspectFit" :src="imagewxUrl+imgadres4" class="marglerig" style="width: 10px;height: 10px;"></image> |
|
|
|
|
{{box.distance}}km |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|