sort_list.js 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. let _sort_list_data = {
  2. swiperListData() {
  3. return [{
  4. id: 1,
  5. img: '/static/images/home/swiper/1.png'
  6. },
  7. {
  8. id: 2,
  9. img: '/static/images/home/swiper/2.png'
  10. },
  11. {
  12. id: 3,
  13. img: '/static/images/home/swiper/3.png'
  14. }];
  15. },
  16. gridRoundList() {
  17. return [{
  18. id: 1,
  19. name: '官方自营',
  20. badge: '准新机',
  21. img: '/static/images/home/grid-icon/25.png',
  22. },{
  23. id: 2,
  24. name: '用户寄卖',
  25. badge: '已验机',
  26. img: '/static/images/home/grid-icon/26.png',
  27. },{
  28. id: 3,
  29. name: '个人闲置',
  30. badge: '',
  31. img: '/static/images/home/grid-icon/27.png',
  32. },{
  33. id: 4,
  34. name: '手机保卖',
  35. badge: '',
  36. img: '/static/images/home/grid-icon/28.png',
  37. },{
  38. id: 5,
  39. name: '电脑数码',
  40. badge: '',
  41. img: '/static/images/home/grid-icon/29.png',
  42. }];
  43. },
  44. gridSmList() {
  45. return [{
  46. id: 1,
  47. name: '苹果',
  48. img: '/static/images/home/grid-icon/30.png',
  49. },{
  50. id: 2,
  51. name: '华为',
  52. img: '/static/images/home/grid-icon/31.png',
  53. },{
  54. id: 3,
  55. name: '小米',
  56. img: '/static/images/home/grid-icon/32.png',
  57. },{
  58. id: 4,
  59. name: 'vivo',
  60. img: '/static/images/home/grid-icon/33.png',
  61. },{
  62. id: 5,
  63. name: 'oppo',
  64. img: '/static/images/home/grid-icon/34.png',
  65. },{
  66. id: 6,
  67. name: '魅族',
  68. img: '/static/images/home/grid-icon/35.png',
  69. },{
  70. id: 7,
  71. name: '寄卖优选',
  72. img: '/static/images/home/grid-icon/36.png',
  73. },{
  74. id: 8,
  75. name: '验机特惠',
  76. img: '/static/images/home/grid-icon/37.png',
  77. },{
  78. id: 9,
  79. name: '直播特卖',
  80. img: '/static/images/home/grid-icon/38.png',
  81. },{
  82. id: 10,
  83. name: '更多分类',
  84. img: '/static/images/home/grid-icon/39.png',
  85. }];
  86. },
  87. goodsSortListData() {
  88. return [{
  89. id: 1,
  90. quv: true,
  91. autarky: true,
  92. title: '商品标题,商品标题,商品标题,商品标题',
  93. type: ['全新','全网通','64G'],
  94. price: '2999',
  95. cost_price: '6999',
  96. discount: ['已降90元','赠'],
  97. style: ['7天无理由','当天发货','180天质保'],
  98. img: '/static/images/home/goods/1.png',
  99. },{
  100. id: 2,
  101. quv: true,
  102. autarky: false,
  103. title: '商品标题,商品标题,商品标题,商品标题',
  104. type: ['无拆修','完美外观','电池耐用'],
  105. price: '1699',
  106. cost_price: '6999',
  107. discount: ['赠'],
  108. style: ['7天无理由','24h发货','30天质保'],
  109. img: '/static/images/home/goods/2.png',
  110. },{
  111. id: 3,
  112. quv: true,
  113. autarky: false,
  114. title: '商品标题,商品标题,商品标题,商品标题',
  115. type: ['无拆修','完美外观','电池耐用'],
  116. price: '1699',
  117. cost_price: '6999',
  118. discount: [],
  119. style: ['7天无理由','24h发货','30天质保'],
  120. img: '/static/images/home/goods/3.png',
  121. },{
  122. id: 4,
  123. quv: true,
  124. autarky: true,
  125. title: '商品标题,商品标题,商品标题,商品标题',
  126. type: ['全新','全网通','64G'],
  127. price: '2999',
  128. cost_price: '6999',
  129. discount: ['已降90元','赠'],
  130. style: ['7天无理由','当天发货','180天质保'],
  131. img: '/static/images/home/goods/4.png',
  132. },{
  133. id: 5,
  134. quv: true,
  135. autarky: false,
  136. title: '商品标题,商品标题,商品标题,商品标题',
  137. type: ['无拆修','完美外观','电池耐用'],
  138. price: '1699',
  139. cost_price: '6999',
  140. discount: ['赠'],
  141. style: ['7天无理由','24h发货','30天质保'],
  142. img: '/static/images/home/goods/5.png',
  143. },{
  144. id: 6,
  145. quv: true,
  146. autarky: false,
  147. title: '商品标题,商品标题,商品标题,商品标题',
  148. type: ['无拆修','完美外观','电池耐用'],
  149. price: '1699',
  150. cost_price: '6999',
  151. discount: [],
  152. style: ['7天无理由','24h发货','30天质保'],
  153. img: '/static/images/home/goods/6.png',
  154. }];
  155. }
  156. };
  157. export default _sort_list_data;