Commit a7a76a95 authored by 徐波's avatar 徐波 Committed by Gitee
Browse files

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

空白显示分类问题
parent 40eb76fb
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment