Authored by Tao

modify channel news

... ... @@ -56,7 +56,7 @@ export default {
options: {
scrollbar: true,
pullUpLoad: true,
pullDownRefresh: true,
// pullDownRefresh: true,
pullDownRefresh: {
txt: '刷新成功',
}
... ...
... ... @@ -11,7 +11,7 @@
v-if="newsList.tabList.length > 0" :list="newsList.tabList"
@clearStore="clearStoreData"></Tab>
<List v-if="newsList.list.length > 0" :list="newsList && newsList.list || []"></List>
<UfoNoItem v-else :tip="`暂无数据`"></UfoNoItem>
<UfoNoItem v-else :tip="`暂无数据`" style="margin-6op: 50px"></UfoNoItem>
</div>
</Scroll>
</div>
... ...
... ... @@ -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>
... ...