Authored by xuqi

模拟下拉加载数据

@@ -634,7 +634,7 @@ module.exports = function(flag) { @@ -634,7 +634,7 @@ module.exports = function(flag) {
634 info: [ 634 info: [
635 { 635 {
636 img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png', 636 img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
637 - title: '副线不知为何总是好看点', 637 + title: '1.副线不知为何总是好看点',
638 content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' + 638 content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
639 'In England中Panul Smith缔造了一个传奇', 639 'In England中Panul Smith缔造了一个传奇',
640 publishTime: '2月13日 12:34', 640 publishTime: '2月13日 12:34',
@@ -645,7 +645,7 @@ module.exports = function(flag) { @@ -645,7 +645,7 @@ module.exports = function(flag) {
645 }, 645 },
646 { 646 {
647 img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png', 647 img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
648 - title: '副线不知为何总是好看点', 648 + title: '2.副线不知为何总是好看点',
649 content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' + 649 content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
650 'In England中Panul Smith缔造了一个传奇', 650 'In England中Panul Smith缔造了一个传奇',
651 publishTime: '2月13日 12:34', 651 publishTime: '2月13日 12:34',
@@ -655,6 +655,75 @@ module.exports = function(flag) { @@ -655,6 +655,75 @@ module.exports = function(flag) {
655 url: '' 655 url: ''
656 } 656 }
657 ] 657 ]
658 - } 658 + };
  659 + case 'dataInfo':
  660 + return [
  661 + {
  662 + img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
  663 + title: '1.副线不知为何总是好看点',
  664 + content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
  665 + 'In England中Panul Smith缔造了一个传奇',
  666 + publishTime: '2月13日 12:34',
  667 + pageView: 3445,
  668 + like: 23,
  669 + share: true,
  670 + url: ''
  671 + },
  672 + {
  673 + img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
  674 + title: '2.副线不知为何总是好看点',
  675 + content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
  676 + 'In England中Panul Smith缔造了一个传奇',
  677 + publishTime: '2月13日 12:34',
  678 + pageView: 3445,
  679 + like: 23,
  680 + share: true,
  681 + url: ''
  682 + },
  683 + {
  684 + img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
  685 + title: '3.副线不知为何总是好看点',
  686 + content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
  687 + 'In England中Panul Smith缔造了一个传奇',
  688 + publishTime: '2月13日 12:34',
  689 + pageView: 3445,
  690 + like: 23,
  691 + share: true,
  692 + url: ''
  693 + },
  694 + {
  695 + img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
  696 + title: '4.副线不知为何总是好看点',
  697 + content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
  698 + 'In England中Panul Smith缔造了一个传奇',
  699 + publishTime: '2月13日 12:34',
  700 + pageView: 3445,
  701 + like: 23,
  702 + share: true,
  703 + url: ''
  704 + },
  705 + {
  706 + img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
  707 + title: '5.副线不知为何总是好看点',
  708 + content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
  709 + 'In England中Panul Smith缔造了一个传奇',
  710 + publishTime: '2月13日 12:34',
  711 + pageView: 3445,
  712 + like: 23,
  713 + share: true,
  714 + url: ''
  715 + },
  716 + {
  717 + img: 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
  718 + title: '6.副线不知为何总是好看点',
  719 + content: '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' +
  720 + 'In England中Panul Smith缔造了一个传奇',
  721 + publishTime: '2月13日 12:34',
  722 + pageView: 3445,
  723 + like: 23,
  724 + share: true,
  725 + url: ''
  726 + }
  727 + ];
659 } 728 }
660 }; 729 };