article.js 3.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. import ArticleContentList from './articleContent.js'
  2. const ArticleList = [{
  3. Type: 1,
  4. List: [{
  5. Id: '1',
  6. MainImg: 'https://whole-estate.oss-cn-beijing.aliyuncs.com/notebaike-1.jpg',
  7. Title: '如何选择靠谱的房地产开发商?',
  8. Remark: '居民购置房产时,从看房、选房、购房、交房到入住及后期管理维护,最经常打交道的就是开发商',
  9. Content: ArticleContentList.ArticleContentList[0],
  10. Publisher: '银城江北公司',
  11. CreateDate: '2019-03-28 14:05:02',
  12. Type: 1
  13. }, {
  14. Id: '2',
  15. MainImg: 'https://whole-estate.oss-cn-beijing.aliyuncs.com/notebaike-2.jpg',
  16. Title: '何为土地使用年限&产权年限?',
  17. Remark: '对于大多数人来说,房子这最重要的财产可不容一点马虎!70年后,我们的房子还属于我们吗?到期后,我们又该做点啥?',
  18. Content: ArticleContentList.ArticleContentList[1],
  19. Publisher: '银城江北公司',
  20. CreateDate: '2019-03-28 14:05:02',
  21. Type: 1
  22. }]
  23. }, {
  24. Type: 2,
  25. List: [{
  26. Id: '3',
  27. MainImg: 'https://whole-estate.oss-cn-beijing.aliyuncs.com/notebaike-3.jpg',
  28. Title: '到底地段重要还是户型重要呢?',
  29. Remark: '每位购房者在选房时都会考虑很多因素。其中常常让很多人纠结的一个问题就是:到底地段重要还是户型重要呢?',
  30. Content: ArticleContentList.ArticleContentList[2],
  31. Publisher: '银城江北公司',
  32. CreateDate: '2019-03-28 14:05:02',
  33. Type: 2
  34. }, {
  35. Id: '4',
  36. MainImg: 'https://whole-estate.oss-cn-beijing.aliyuncs.com/notebaike-4.jpg',
  37. Title: '买房是应该买精装房还是毛坯房?',
  38. Remark: '购买精装房还是毛坯房,哪个更划算呢?很多人在面临这个问题时不知道怎样选择,也不知道哪个更适合自己,精装房省时省力',
  39. Content: ArticleContentList.ArticleContentList[3],
  40. Publisher: '银城江北公司',
  41. CreateDate: '2019-03-28 14:05:02',
  42. Type: 2
  43. }]
  44. }, {
  45. Type: 3,
  46. List: [{
  47. Id: '5',
  48. MainImg: 'https://whole-estate.oss-cn-beijing.aliyuncs.com/notebaike-5.jpg',
  49. Title: '解读购房签约',
  50. Remark: '在我们买房签合同后,还需要网签,很多人并不了解网签是什么?下面小编就为大家介绍下网签的好处以及一些注意事项,以供参考',
  51. Content: ArticleContentList.ArticleContentList[4],
  52. Publisher: '银城江北公司',
  53. CreateDate: '2019-03-28 14:05:02',
  54. Type: 3
  55. }]
  56. }, {
  57. Type: 4,
  58. List: [{
  59. Id: '6',
  60. MainImg: 'https://whole-estate.oss-cn-beijing.aliyuncs.com/notebaike-6.jpg',
  61. Title: '新手必备收房攻略',
  62. Remark: '通常情况下,我们购买的房子就是毛坯房,一般小区建好以后,就会交房,而交房重要的一步就是要验收,只有质量合格的房子才能够交房',
  63. Content: ArticleContentList.ArticleContentList[5],
  64. Publisher: '银城江北公司',
  65. CreateDate: '2019-03-28 14:05:02',
  66. Type: 4
  67. }]
  68. }]
  69. module.exports = {
  70. ArticleList: ArticleList
  71. }