This commit is contained in:
2025-04-09 23:51:01 +08:00
parent b55e98d0b9
commit 8ba5b0056e
4 changed files with 2 additions and 5 deletions

View File

@@ -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>