Commit cb4c6b8a by 陈玉桐

fix

parent 166c09c3
......@@ -5,7 +5,7 @@
<img :src="item.imgUrl">
</li>
</ul>
<p class="noDataText" v-show="list.length==0|| list==''">暂无数据</p>
<p class="noDataText" v-show="list==''">暂无数据</p>
<infinite-scroll :scroller="scroller" :loading="loading" :isLoaded="isLoaded" :loadingText="loadingText" @load="loadMore"/>
<loading :loadingShow="loadingShow"></loading>
</div>
......
Markdown is supported
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