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
3ad47b5b
Commit
3ad47b5b
authored
Aug 20, 2019
by
staney
Committed by
linlinjava
Aug 20, 2019
Browse files
Update index.wxml (#257)
修改: 在没有专题精选时隐藏此栏目
parent
e56f52ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/index/index.wxml
View file @
3ad47b5b
...
@@ -147,7 +147,7 @@
...
@@ -147,7 +147,7 @@
</view>
</view>
</view>
</view>
<view class="a-section a-topic" wx:if="topics.length > 0">
<view class="a-section a-topic" wx:if="topics.length > 0"
hidden="{{topics.length <= 0}}"
>
<view class="h">
<view class="h">
<view>
<view>
<navigator url="/pages/topic/topic">
<navigator url="/pages/topic/topic">
...
@@ -189,4 +189,4 @@
...
@@ -189,4 +189,4 @@
<view class="txt">{{'更多'+item.name+'好物 >'}}</view>
<view class="txt">{{'更多'+item.name+'好物 >'}}</view>
</navigator>
</navigator>
</view>
</view>
</view>
</view>
\ No newline at end of file
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