Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
a7a76a95
Commit
a7a76a95
authored
Jun 13, 2020
by
徐波
Committed by
Gitee
Jun 13, 2020
Browse files
update litemall-wx/pages/index/index.wxml.
空白显示分类问题
parent
40eb76fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/index/index.wxml
View file @
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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment