Files
FirstUI-vue/pages/layout/newsList/index.js
2023-08-17 21:28:49 +08:00

39 lines
1.7 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 本文件由FirstUI授权予新疆天衡创新研究院有限公司手机号 1 86 1 4072 54 9身份证尾号5A07X5专用请尊重知识产权勿私下传播违者追究法律责任。
export default [{
id:1,
title:'这座中亚古城为何引起总书记的关注',
isTop:true,
source:'人民日报',
comment:1855,
imageList:['https://res.firstui.cn/static/images/component/waterfall/P_001.jpeg']
//...
},{
id:2,
title:'纳米时栅用时间测量空间',
isTop:true,
source:'金台资讯',
comment:2112,
imageList:['https://res.firstui.cn/static/images/component/waterfall/P_004.jpeg']
},{
id:3,
title:'羊了个羊山东排第一,山东游戏大省实锤了',
isTop:false,
source:'直播德州',
comment:261,
imageList:['https://res.firstui.cn/static/images/component/waterfall/P_002.jpeg','https://res.firstui.cn/static/images/component/waterfall/P_003.jpeg']
},{
id:4,
title:'早上空腹喝水危害大过不吃早餐忠告3种水不建议空腹喝',
isTop:false,
source:'康复科刘医师',
comment:1204,
imageList:['https://res.firstui.cn/static/images/component/waterfall/P_009.jpeg','https://res.firstui.cn/static/images/component/waterfall/P_010.jpeg']
},{
id:5,
title:'提起蒙古国很多人的心中都会生起一种难以言说的痛。156万多平方公里、跟新疆差不多大的一块肥沃土地说没就没了',
isTop:false,
source:'直播德州',
comment:135,
imageList:['https://res.firstui.cn/static/images/component/waterfall/P_001.jpeg','https://res.firstui.cn/static/images/component/waterfall/P_006.jpeg','https://res.firstui.cn/static/images/component/waterfall/P_005.jpeg']
}]