|
|
|
@ -1,74 +1,28 @@
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="pr p10">
|
|
|
|
<view class="pr p10">
|
|
|
|
|
|
|
|
|
|
|
|
<view class="bgf br8 mb10" style="padding: 0px 10px 4px;" hover-class="thover" bindtap="goDetail">
|
|
|
|
<view class="bgf br8 mb10" style="padding: 8px 10px 4px;" hover-class="thover" bindtap="goDetail" wx:for="{{infoList}}" wx:key="index" mark:id="{{item.id}}" mark:item="{{item}}" mark:index="{{index}}">
|
|
|
|
<view class="v-center">
|
|
|
|
<view class="v-center">
|
|
|
|
<view class="flex-1 pr20">
|
|
|
|
<view class="flex-1 pr20">
|
|
|
|
<view class="f16 c3 mt6">
|
|
|
|
<view class="f16 c3 mt6">
|
|
|
|
{{storeInfo.fullName || '-'}}
|
|
|
|
{{item.storeName || '-'}}
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="f14 c9 mt8" style=" width: calc(100vw - 120px); white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
|
|
|
|
|
|
|
|
<i class="iconfont icon-shijian f14 ml18 dib pr c9" style="line-height:1;top:1px;"></i>
|
|
|
|
|
|
|
|
营业时间:8:00 - 23:00</view>
|
|
|
|
|
|
|
|
<view class="f14 c9 mt8" style=" width: calc(100vw - 120px); white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
|
|
|
|
|
|
|
|
<i class="iconfont icon-dizhi11 f14 ml18 dib pr c9" style="line-height:1;top:1px;"></i>
|
|
|
|
|
|
|
|
{{storeInfo.address || '-'}}</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="mt4 tc" hover-class="thover">
|
|
|
|
|
|
|
|
<view class="mt4 tc" hover-class="thover">
|
|
|
|
|
|
|
|
<view class="iconfont icon-dianhua dib" catchtap="makePhoneCall" hover-class="thover06"></view>
|
|
|
|
|
|
|
|
<view>
|
|
|
|
|
|
|
|
<image class="dhImg" catchtap="goMap" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/daohang.svg"></image>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="bgf br8 mb10" style="padding: 0px 10px 4px;" hover-class="thover" bindtap="goDetail">
|
|
|
|
|
|
|
|
<view class="v-center">
|
|
|
|
|
|
|
|
<view class="flex-1 pr20">
|
|
|
|
|
|
|
|
<view class="f16 c3 mt6">
|
|
|
|
|
|
|
|
{{storeInfo.fullName || '-'}}
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="f14 c9 mt8" style=" width: calc(100vw - 120px); white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
|
|
|
|
|
|
|
|
<i class="iconfont icon-shijian f14 ml18 dib pr c9" style="line-height:1;top:1px;"></i>
|
|
|
|
|
|
|
|
营业时间:8:00 - 23:00</view>
|
|
|
|
|
|
|
|
<view class="f14 c9 mt8" style=" width: calc(100vw - 120px); white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
|
|
|
|
|
|
|
|
<i class="iconfont icon-dizhi11 f14 ml18 dib pr c9" style="line-height:1;top:1px;"></i>
|
|
|
|
|
|
|
|
{{storeInfo.address || '-'}}</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="mt4 tc" hover-class="thover">
|
|
|
|
<view class="mt4 tc" hover-class="thover">
|
|
|
|
<view class="iconfont icon-dianhua dib" catchtap="makePhoneCall" hover-class="thover06"></view>
|
|
|
|
<view class="iconfont icon-dianhua dib" mark:tel="{{item.phone}}" hover-stop-propagation="false" catchtap="makePhoneCall" hover-class="thover"></view>
|
|
|
|
<view>
|
|
|
|
|
|
|
|
<image class="dhImg" catchtap="goMap" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/daohang.svg"></image>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="bgf br8 mb10" style="padding: 0px 10px 4px;" hover-class="thover" bindtap="goDetail">
|
|
|
|
|
|
|
|
<view class="v-center">
|
|
|
|
<view class="v-center">
|
|
|
|
<view class="flex-1 pr20">
|
|
|
|
<view class="flex-1 pr20">
|
|
|
|
<view class="f16 c3 mt6">
|
|
|
|
|
|
|
|
{{storeInfo.fullName || '-'}}
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="f14 c9 mt8" style=" width: calc(100vw - 120px); white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
|
|
|
|
|
|
|
|
<i class="iconfont icon-shijian f14 ml18 dib pr c9" style="line-height:1;top:1px;"></i>
|
|
|
|
|
|
|
|
营业时间:8:00 - 23:00</view>
|
|
|
|
|
|
|
|
<view class="f14 c9 mt8" style=" width: calc(100vw - 120px); white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
|
|
|
|
<view class="f14 c9 mt8" style=" width: calc(100vw - 120px); white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
|
|
|
|
<i class="iconfont icon-dizhi11 f14 ml18 dib pr c9" style="line-height:1;top:1px;"></i>
|
|
|
|
<i class="iconfont icon-dizhi11 f14 ml18 dib pr c9" style="line-height:1;top:1px;"></i>
|
|
|
|
{{storeInfo.address || '-'}}</view>
|
|
|
|
{{item.address || '-'}}</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="mt4 tc" hover-class="thover">
|
|
|
|
|
|
|
|
<view class="iconfont icon-dianhua dib" catchtap="makePhoneCall" hover-class="thover06"></view>
|
|
|
|
|
|
|
|
<view>
|
|
|
|
|
|
|
|
<image class="dhImg" catchtap="goMap" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/daohang.svg" style=""></image>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="mt4 tc" hover-class="thover" hover-stop-propagation="false" >
|
|
|
|
|
|
|
|
<image class="dhImg" mark:address="{{item}}" catchtap="goMap" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/daohang.svg"></image>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <view class="br8 bgf">
|
|
|
|
<!-- <view class="br8 bgf">
|
|
|
|
<swiper class="" style="width: 100%;height:200px;border-radius: 6px 6px 0px 0px;overflow:hidden" indicator-dots="{{true}}" indicator-color="rgba(0,0,0,.3)" autoplay="{{true}}" interval='{{5000}}' circular='{{true}}'>
|
|
|
|
<swiper class="" style="width: 100%;height:200px;border-radius: 6px 6px 0px 0px;overflow:hidden" indicator-dots="{{true}}" indicator-color="rgba(0,0,0,.3)" autoplay="{{true}}" interval='{{5000}}' circular='{{true}}'>
|
|
|
|
|
|
|
|
|
|
|
|
|