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

View File

@ -4,8 +4,6 @@
"enablePullDownRefresh": false,
"usingComponents": {
"page-header": "./pageHeader/pageHeader",
"kefu-box": "./kefuBox/kefuBox",
"match-wrap": "./matchWrap/matchWrap",
"shop-add": "./shopAdd/shopAdd",
"recomond-list": "./recomondList/recomondList",
"page-bottom": "./pageBottom/pageBottom",

View File

@ -1,6 +1,5 @@
{
"usingComponents": {
"match-list": "./matchList/matchList",
"recomond-list": "../goodsDetails/recomondList/recomondList",
"page-loding": "../../template/pageLoding/pageLoding"
}

View File

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

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>