Unverified Commit c6ab92f9 authored by staney's avatar staney Committed by GitHub
Browse files

Update index.wxml

修改: 在没有专题精选时隐藏此栏目
parent e56f52ad
......@@ -147,7 +147,7 @@
</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>
<navigator url="/pages/topic/topic">
......
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