123456
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<view class="info">
|
||||
<view class="title">
|
||||
<view class="title_c">{{item.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 class="ld" wx:for="{{item.service}}" wx:key="index_i" wx:for-item="s" style="background-color: {{s.color}};">{{s.label}}</view>
|
||||
</view>
|
||||
<view class="tag">{{item.tags}}</view>
|
||||
<view class="ads"><text class="iconfont icon-dingwei"></text>{{item.address}}</view>
|
||||
|
||||
Reference in New Issue
Block a user