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