代码

data: {
	banners: [‘http://www.baidu.img/1.jpg’, ...],  //轮播图
	sound: {
        src: ‘http://www.baidu.img/1.mp3’, //声音地址
        duration: 70  // 声音播放时长:单位:s(秒)
     },
	articleInfo: [
		 {
			id: 1, 
			type: ‘学思想’,  // tab分类名称
			src: ‘http://www.baidu.img/1.jpg’,  // tab分类图片
			num: 345 // tab分类下文章数量
           },
          {
			id: 2, 
			type: ‘学精神’,  // tab分类名称
			src: ‘http://www.baidu.img/2.jpg’,  // tab分类图片
			num: 345 // tab分类下文章数量
          },
          {
			id: 3, 
			type: ‘学法纪’,  // tab分类名称
			src: ‘http://www.baidu.img/3.jpg’,  // tab分类图片
			num: 345 // tab分类下文章数量
          },
          {
			id: 4, 
			type: ‘学精神’,  // tab分类名称
			src: ‘http://www.baidu.img/4.jpg’,  // tab分类图片
			num: 345 // tab分类下文章数量
          },
      ]}

  

posted @ 2018-06-29 17:34  __Alex  阅读(152)  评论(0)    收藏  举报