sell.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. let _sell_data = {
  2. typeListData() {
  3. return [{
  4. id: 1,
  5. title: '手机',
  6. text: 'iPhone/华为/小米/OPPO/vivo/三星',
  7. img: '/static/images/home/goods/1.png'
  8. },{
  9. id: 2,
  10. title: '图书影音',
  11. text: '文学小说/教材教辅/唱片影片',
  12. img: '/static/images/home/goods/2.png'
  13. },{
  14. id: 3,
  15. title: '数码',
  16. text: '摄影器材/耳机/智能穿戴/音箱/游戏机',
  17. img: '/static/images/home/goods/3.png'
  18. },{
  19. id: 4,
  20. title: '服装鞋帽',
  21. text: '男装/女装/鞋/箱包/配饰',
  22. img: '/static/images/home/goods/4.png'
  23. },{
  24. id: 5,
  25. title: '交通工具',
  26. text: '摩托车/电动车/自行车/汽车用品/汽车配件',
  27. img: '/static/images/home/goods/5.png'
  28. },{
  29. id: 6,
  30. title: '母婴用品',
  31. text: '服饰/童车童床/玩具图书/洗护用品/孕妈用品',
  32. img: '/static/images/home/goods/6.png'
  33. },{
  34. id: 7,
  35. title: '家用电器',
  36. text: '生活电器/厨房电器/电器配件',
  37. img: '/static/images/home/goods/7.png'
  38. },{
  39. id: 8,
  40. title: '家居家具',
  41. text: '沙发桌椅/家装软饰/灯具照明/厨房卫浴',
  42. img: '/static/images/home/goods/8.png'
  43. },{
  44. id: 9,
  45. title: '手机',
  46. text: 'iPhone/华为/小米/OPPO/vivo/三星',
  47. img: '/static/images/home/goods/1.png'
  48. },{
  49. id: 10,
  50. title: '图书影音',
  51. text: '文学小说/教材教辅/唱片影片',
  52. img: '/static/images/home/goods/2.png'
  53. },{
  54. id: 11,
  55. title: '数码',
  56. text: '摄影器材/耳机/智能穿戴/音箱/游戏机',
  57. img: '/static/images/home/goods/3.png'
  58. },{
  59. id: 12,
  60. title: '服装鞋帽',
  61. text: '男装/女装/鞋/箱包/配饰',
  62. img: '/static/images/home/goods/4.png'
  63. },{
  64. id: 13,
  65. title: '交通工具',
  66. text: '摩托车/电动车/自行车/汽车用品/汽车配件',
  67. img: '/static/images/home/goods/5.png'
  68. },{
  69. id: 14,
  70. title: '母婴用品',
  71. text: '服饰/童车童床/玩具图书/洗护用品/孕妈用品',
  72. img: '/static/images/home/goods/6.png'
  73. },{
  74. id: 15,
  75. title: '家用电器',
  76. text: '生活电器/厨房电器/电器配件',
  77. img: '/static/images/home/goods/7.png'
  78. },{
  79. id: 16,
  80. title: '家居家具',
  81. text: '沙发桌椅/家装软饰/灯具照明/厨房卫浴',
  82. img: '/static/images/home/goods/8.png'
  83. }];
  84. }
  85. };
  86. export default _sell_data;