123456
This commit is contained in:
parent
b55e98d0b9
commit
8ba5b0056e
@ -4,8 +4,6 @@
|
|||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"page-header": "./pageHeader/pageHeader",
|
"page-header": "./pageHeader/pageHeader",
|
||||||
"kefu-box": "./kefuBox/kefuBox",
|
|
||||||
"match-wrap": "./matchWrap/matchWrap",
|
|
||||||
"shop-add": "./shopAdd/shopAdd",
|
"shop-add": "./shopAdd/shopAdd",
|
||||||
"recomond-list": "./recomondList/recomondList",
|
"recomond-list": "./recomondList/recomondList",
|
||||||
"page-bottom": "./pageBottom/pageBottom",
|
"page-bottom": "./pageBottom/pageBottom",
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"match-list": "./matchList/matchList",
|
|
||||||
"recomond-list": "../goodsDetails/recomondList/recomondList",
|
"recomond-list": "../goodsDetails/recomondList/recomondList",
|
||||||
"page-loding": "../../template/pageLoding/pageLoding"
|
"page-loding": "../../template/pageLoding/pageLoding"
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<view class="info">
|
<view class="info">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
<view class="title_c">{{info.name}}</view>
|
<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>
|
||||||
<view class="tag">{{info.tags}}</view>
|
<view class="tag">{{info.tags}}</view>
|
||||||
<view class="ads"><text class="iconfont icon-dingwei"></text>{{info.address}}</view>
|
<view class="ads"><text class="iconfont icon-dingwei"></text>{{info.address}}</view>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<view class="info">
|
<view class="info">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
<view class="title_c">{{item.name}}</view>
|
<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>
|
||||||
<view class="tag">{{item.tags}}</view>
|
<view class="tag">{{item.tags}}</view>
|
||||||
<view class="ads"><text class="iconfont icon-dingwei"></text>{{item.address}}</view>
|
<view class="ads"><text class="iconfont icon-dingwei"></text>{{item.address}}</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user