update litemall-wx/pages/index/index.wxml.

空白显示分类问题
This commit is contained in:
徐波
2020-06-13 13:24:06 +08:00
committed by Gitee
parent 40eb76fbd3
commit a7a76a9551

View File

@@ -177,7 +177,7 @@
</view>
</view>
<view class="good-grid" wx:for="{{floorGoods}}" wx:key="id">
<view class="h">
<view class="h" wx:if="{{item.goodsList.length>0}}>
<text>{{item.name}}</text>
</view>
<view class="b">
@@ -191,7 +191,7 @@
</view>
</block>
</view>
<navigator url="/pages/category/category?id={{item.id}}" class="t">
<navigator url="/pages/category/category?id={{item.id}}" class="t" wx:if="{{item.goodsList.length>0}}">
<view class="txt">{{'更多'+item.name+'好物 >'}}</view>
</navigator>
</view>