Authored by Tao

delete news tips

... ... @@ -31,13 +31,15 @@ export default {
return {
msg: '消息',
options: {
pullUpLoad: {
threshold: 100,
txt: {
txt: '加载中...',
noMore: '~ 已经到底啦 ~'
}
}
pullUpLoad: true,
// pullUpLoad: {
// threshold: 100,
// txt: {
// txt: '加载中...',
// noMore: '~ 已经到底啦 ~',
// visible: false,
// }
// }
},
newsList: {
list: [],
... ...
... ... @@ -28,13 +28,14 @@ export default {
data() {
return {
options: {
pullUpLoad: {
threshold: 100,
txt: {
more: '加载中...',
noMore: '~ 已经到底啦 ~'
}
}
pullUpLoad: true,
// pullUpLoad: {
// threshold: 100,
// txt: {
// more: '加载中...',
// noMore: '~ 已经到底啦 ~'
// }
// }
},
title: '',
type: '',
... ...
... ... @@ -57,7 +57,6 @@ export default function() {
console.log("resultresultresult");
if (result.code === 200) {
commit(Types.FETCH_CHANNEL, { list: result.data });
return result.data;
}
}
... ...