|
|
@ -22,29 +22,27 @@ |
|
|
|
<view |
|
|
|
style="display: flex;flex-direction: row;align-items: center;margin-left: 16px;margin-right: 16px;margin-top: 15px;"> |
|
|
|
<text |
|
|
|
style="font-size: 16px;margin-right: 8px;color: #bbb;flex: 1;margin-right: 10px;">{{item.storeName}}</text> |
|
|
|
|
|
|
|
style="font-size: 16px;margin-right: 8px;color: #bbb;flex: 1;margin-right: 15px;">{{item.storeName}}</text> |
|
|
|
<view style="display: flex;flex-direction: row;align-items: center;" |
|
|
|
@click="makePhoneCall(item.linkPhone)"> |
|
|
|
<image src="../../static/phone-2.png" style="width: 20px;height: 20px;margin-right: 5px;"> |
|
|
|
</image> |
|
|
|
<text style="">咨询电话</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="item-bom" style="margin-left: 16px;margin-right: 16px;margin-top: 8px;"> |
|
|
|
|
|
|
|
<view class="item-bom-left"> |
|
|
|
<view |
|
|
|
style="display: flex;flex-direction: row;align-items: center;margin-left: 16px;margin-right: 16px;margin-top: 6px;"> |
|
|
|
<image src="../../static/dingwei.png" style="width: 20px;height: 20px;margin-right: 5px;" |
|
|
|
mode="aspectFit"> |
|
|
|
</image> |
|
|
|
<text style="font-size: 12px;color: #BBBBBB;">{{item.address}}</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view style="display: flex;flex-direction: row;align-items: center;" |
|
|
|
@click="makePhoneCall(item.linkPhone)"> |
|
|
|
<image src="../../static/phone-1.png" |
|
|
|
style="width: 20px;height: 20px;margin-right: 5px;"></image> |
|
|
|
<text style="color: #bbb;">咨询电话</text> |
|
|
|
</view> |
|
|
|
<view class="item-bom" style="margin-left: 16px;margin-right: 16px;margin-top: 10px;"> |
|
|
|
|
|
|
|
<!-- <view style="display: flex;flex-direction: row;align-items: center;"> |
|
|
|
<text |
|
|
|
style="font-size: 16px;margin-right: 8px;color: #BBBBBB;">{{item.storeName}}</text> |
|
|
|
<image src="../../static/phone-1.png" style="width: 20px;height: 20px;" |
|
|
|
@click="makePhoneCall(item.linkPhone)"></image> |
|
|
|
</view> --> |
|
|
|
<view class="item-bom-left"> |
|
|
|
|
|
|
|
<view style="display: flex;flex-direction: row;align-items: center;margin-top: 8px;"> |
|
|
|
<image src="../../static/time.png" style="width: 15px;height: 15px;margin-right: 5px;"> |
|
|
@ -72,7 +70,7 @@ |
|
|
|
|
|
|
|
<text style="opacity: 0.7;font-size: 18px;font-weight: 800;font-family: sans-serif;z-index: 101; |
|
|
|
width: 104px; height: 104px;line-height: 104px; text-align: center; background: #666; |
|
|
|
position: absolute;border-radius: 20px;color: #fff;">已失效</text> |
|
|
|
position: absolute;border-radius: 20px;color: #fff;">已提菜</text> |
|
|
|
|
|
|
|
<image src="https://supervise.yxtsoft.com/lpk/image/daiticai.png" |
|
|
|
style="width: 104px; height: 104px;z-index: 100;border-radius: 20px;"> |
|
|
|