Authored by xuqi

模拟下拉加载数据

... ... @@ -634,7 +634,7 @@ module.exports = function(flag) {
info: [
{
img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
title: '副线不知为何总是好看点',
title: '1.副线不知为何总是好看点',
content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
'In England中Panul Smith缔造了一个传奇',
publishTime: '2月13日 12:34',
... ... @@ -645,7 +645,7 @@ module.exports = function(flag) {
},
{
img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
title: '副线不知为何总是好看点',
title: '2.副线不知为何总是好看点',
content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
'In England中Panul Smith缔造了一个传奇',
publishTime: '2月13日 12:34',
... ... @@ -655,6 +655,75 @@ module.exports = function(flag) {
url: ''
}
]
}
};
case 'dataInfo':
return [
{
img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
title: '1.副线不知为何总是好看点',
content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
'In England中Panul Smith缔造了一个传奇',
publishTime: '2月13日 12:34',
pageView: 3445,
like: 23,
share: true,
url: ''
},
{
img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
title: '2.副线不知为何总是好看点',
content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
'In England中Panul Smith缔造了一个传奇',
publishTime: '2月13日 12:34',
pageView: 3445,
like: 23,
share: true,
url: ''
},
{
img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
title: '3.副线不知为何总是好看点',
content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
'In England中Panul Smith缔造了一个传奇',
publishTime: '2月13日 12:34',
pageView: 3445,
like: 23,
share: true,
url: ''
},
{
img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
title: '4.副线不知为何总是好看点',
content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
'In England中Panul Smith缔造了一个传奇',
publishTime: '2月13日 12:34',
pageView: 3445,
like: 23,
share: true,
url: ''
},
{
img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
title: '5.副线不知为何总是好看点',
content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
'In England中Panul Smith缔造了一个传奇',
publishTime: '2月13日 12:34',
pageView: 3445,
like: 23,
share: true,
url: ''
},
{
img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
title: '6.副线不知为何总是好看点',
content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
'In England中Panul Smith缔造了一个传奇',
publishTime: '2月13日 12:34',
pageView: 3445,
like: 23,
share: true,
url: ''
}
];
}
};
\ No newline at end of file
... ...