Commit 9c387395 authored by linlinjava's avatar linlinjava Committed by Gitee
Browse files

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

Merge pull request !39 from 徐波/N/A
parents 40eb76fb a7a76a95
......@@ -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