...
|
...
|
@@ -9,7 +9,7 @@ |
|
|
<div class="news-content">
|
|
|
<Title :title="title"></Title>
|
|
|
<List v-if="newsDeatilList.list && newsDeatilList.list.length > 0" :list="newsDeatilList && newsDeatilList.list || []" :isTitle="false"></List>
|
|
|
<UfoNoItem v-else :tip="`暂无数据`"></UfoNoItem>
|
|
|
<UfoNoItem v-else :tip="`暂无数据`" style="margin-top: 60px"></UfoNoItem>
|
|
|
</div>
|
|
|
</Scroll>
|
|
|
</div>
|
...
|
...
|
|