This commit is contained in:
2025-04-09 23:29:51 +08:00
parent bb3f1aaa6e
commit b55e98d0b9
10 changed files with 253 additions and 290 deletions

View File

@@ -4,23 +4,23 @@
<view bindtap="toPage" class="more" data-refresh="1" data-url="map/map">全部网点></view>
<view class="title_c">离我最近<view class="line"></view></view>
</view>
<view bindtap="toPage" class="index-wangdian-box" wx:for="{{wangdianList}}" wx:key="index" wx:for-item="item" data-refresh="1" data-url="wangdian/wangdian">
<view bindtap="toPage" class="index-wangdian-box" wx:for="{{wangdianList}}" wx:key="index" wx:for-item="item" data-refresh="1" data-url="wangdian/wangdian?number={{item.number}}">
<view class="info">
<view class="title">
<view class="title_c">{{item.name}}</view>
<view class="ld" wx:for="{{item.liangdian}}" wx:key="index_i" wx:for-item="item_l" style="background-color: {{item_l.ys}};">{{item_l.name}}</view>
<view class="ld" wx:for="{{item.service}}" wx:key="index_i" wx:for-item="s" style="background-color: {{s.color}};">{{s.name}}</view>
</view>
<view class="tag">{{item.tag}}</view>
<view class="ads"><text class="iconfont icon-dingwei"></text>{{item.ads}}</view>
<view class="jiqi">洗车机:闲{{item.jiqi_kx}}/{{item.jiqi_zs}}台</view>
<view class="yingye">{{item.yingye}}</view>
<view class="tag">{{item.tags}}</view>
<view class="ads"><text class="iconfont icon-dingwei"></text>{{item.address}}</view>
<view class="jiqi">洗车机:闲{{item.free}}/{{item.machine}}台</view>
<view class="yingye">{{item.businesshours || '24小时'}}</view>
<view class="dw">
<text class="ico iconfont icon-daohangdaohang"></text>
<view class="jl">{{item.juli}}</view>
<view class="jl">{{item.distance}}</view>
</view>
</view>
<view class="xian">
<view class="bili" style="width:{{item.bili}}"></view>
<view class="bili" style="width:{{item.ratio}}"></view>
</view>
</view>
</view>