find.js 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. let _find_data = {
  2. followTrendsData() {
  3. return [{
  4. id: 1,
  5. avatar: '/static/images/avatar/1.jpg',
  6. username: '仔仔',
  7. time: '1个月前',
  8. text: '测试的测试测试测试的test,demo,1231321ce测试的...',
  9. text_btn: false,
  10. comment: '2',
  11. appreciate: '8',
  12. appreciate_btn: false,
  13. img: [],
  14. cover: '/static/images/home/goods/2.png',
  15. video: 'https://img.cdn.aliyun.dcloud.net.cn/guide/uniapp/%E7%AC%AC1%E8%AE%B2%EF%BC%88uni-app%E4%BA%A7%E5%93%81%E4%BB%8B%E7%BB%8D%EF%BC%89-%20DCloud%E5%AE%98%E6%96%B9%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B@20181126.mp4'
  16. },{
  17. id: 2,
  18. avatar: '/static/images/avatar/2.jpg',
  19. username: '仔仔ZaiZ',
  20. time: '2小时前',
  21. text: '测试的测试测试的测试测试的测试测试测试的test,demo,1231321ce测试的...',
  22. text_btn: false,
  23. comment: '12万',
  24. appreciate: '80万',
  25. appreciate_btn: true,
  26. img: [],
  27. cover: '/static/images/home/goods/1.png',
  28. video: 'https://img.cdn.aliyun.dcloud.net.cn/guide/uniapp/%E7%AC%AC1%E8%AE%B2%EF%BC%88uni-app%E4%BA%A7%E5%93%81%E4%BB%8B%E7%BB%8D%EF%BC%89-%20DCloud%E5%AE%98%E6%96%B9%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B@20181126.mp4'
  29. },{
  30. id: 3,
  31. avatar: '/static/images/avatar/3.jpg',
  32. username: '仔仔ZaiZ',
  33. time: '1年前',
  34. follow: false,
  35. text: '测试的测试测试的测试测试的测试测试测试的test,demo,1231321ce测试的...',
  36. text_btn: true,
  37. talk: '你在说些啥呢',
  38. comment: '12万',
  39. appreciate: '80万',
  40. appreciate_btn: true,
  41. img: ['/static/images/home/goods/1.png','/static/images/home/goods/2.png']
  42. },{
  43. id: 4,
  44. avatar: '/static/images/avatar/4.jpg',
  45. username: '仔仔ZaiZ',
  46. time: '1年前',
  47. follow: false,
  48. text: '测试的测试测试的测试测试的测试测试测试的test,demo,1231321ce测试的...',
  49. text_btn: true,
  50. talk: '你在说些啥呢',
  51. comment: '12万',
  52. appreciate: '80万',
  53. appreciate_btn: true,
  54. img: ['/static/images/home/goods/1.png']
  55. },{
  56. id: 5,
  57. avatar: '/static/images/avatar/5.jpg',
  58. username: '仔仔ZaiZ',
  59. time: '1年前',
  60. follow: false,
  61. text: '测试的测试测试的测试测试的测试测试测试的test,demo,1231321ce测试的...',
  62. text_btn: true,
  63. talk: '你在说些啥呢',
  64. comment: '12万',
  65. appreciate: '80万',
  66. appreciate_btn: true,
  67. img: [
  68. '/static/images/home/goods/1.png',
  69. '/static/images/home/goods/2.png',
  70. '/static/images/home/goods/3.png'
  71. ]
  72. }];
  73. },
  74. trendsData() {
  75. return [{
  76. id: 1,
  77. avatar: '/static/images/avatar/1.jpg',
  78. username: '仔仔',
  79. time: '1小时前',
  80. follow: false,
  81. text: '测试的测试测试测试的test,demo,1231321ce测试的...',
  82. text_btn: false,
  83. talk: '你在说些啥',
  84. comment: '12',
  85. appreciate: '80',
  86. appreciate_btn: false,
  87. img: ['/static/images/home/goods/1.png']
  88. },{
  89. id: 2,
  90. avatar: '/static/images/avatar/2.jpg',
  91. username: '仔仔ZaiZ',
  92. time: '2小时前',
  93. follow: true,
  94. text: '测试的测试测试的测试测试的测试测试测试的test,demo,1231321ce测试的...',
  95. text_btn: true,
  96. talk: '你在说些啥呢',
  97. comment: '12万',
  98. appreciate: '80万',
  99. appreciate_btn: true,
  100. img: ['/static/images/home/goods/1.png','/static/images/home/goods/2.png']
  101. },{
  102. id: 3,
  103. avatar: '/static/images/avatar/3.jpg',
  104. username: '仔仔ZaiZ',
  105. time: '1年前',
  106. follow: false,
  107. text: '测试的测试测试的测试测试的测试测试测试的test,demo,1231321ce测试的...',
  108. text_btn: true,
  109. talk: '你在说些啥呢',
  110. comment: '12万',
  111. appreciate: '80万',
  112. appreciate_btn: true,
  113. img: ['/static/images/home/goods/1.png','/static/images/home/goods/2.png','/static/images/home/goods/3.png']
  114. },{
  115. id: 4,
  116. avatar: '/static/images/avatar/4.jpg',
  117. username: '仔仔ZaiZ',
  118. time: '1年前',
  119. follow: false,
  120. text: '测试的测试测试的测试测试的测试测试测试的test,demo,1231321ce测试的...',
  121. text_btn: true,
  122. talk: '你在说些啥呢',
  123. comment: '12万',
  124. appreciate: '80万',
  125. appreciate_btn: true,
  126. img: [
  127. '/static/images/home/goods/1.png',
  128. '/static/images/home/goods/2.png',
  129. '/static/images/home/goods/3.png',
  130. '/static/images/home/goods/4.png'
  131. ]
  132. },{
  133. id: 5,
  134. avatar: '/static/images/avatar/5.jpg',
  135. username: '仔仔ZaiZ',
  136. time: '1年前',
  137. follow: false,
  138. text: '测试的测试测试的测试测试的测试测试测试的test,demo,1231321ce测试的...',
  139. text_btn: true,
  140. talk: '你在说些啥呢',
  141. comment: '12万',
  142. appreciate: '80万',
  143. appreciate_btn: true,
  144. img: [
  145. '/static/images/home/goods/1.png',
  146. '/static/images/home/goods/2.png',
  147. '/static/images/home/goods/3.png',
  148. '/static/images/home/goods/4.png',
  149. '/static/images/home/goods/5.png'
  150. ]
  151. },{
  152. id: 6,
  153. avatar: '/static/images/avatar/6.jpg',
  154. username: '仔仔ZaiZ',
  155. time: '1年前',
  156. follow: false,
  157. text: '测试的测试测试的测试测试的测试测试测试的test,demo,1231321ce测试的...',
  158. text_btn: true,
  159. talk: '你在说些啥呢',
  160. comment: '12万',
  161. appreciate: '80万',
  162. appreciate_btn: true,
  163. img: [
  164. '/static/images/home/goods/1.png',
  165. '/static/images/home/goods/2.png',
  166. '/static/images/home/goods/3.png',
  167. '/static/images/home/goods/4.png',
  168. '/static/images/home/goods/5.png',
  169. '/static/images/home/goods/6.png'
  170. ]
  171. },{
  172. id: 7,
  173. avatar: '/static/images/avatar/7.jpg',
  174. username: '仔仔ZaiZ',
  175. time: '1年前',
  176. follow: false,
  177. text: '测试的测试测试的测试测试的测试测试测试的test,demo,1231321ce测试的...',
  178. text_btn: true,
  179. talk: '你在说些啥呢',
  180. comment: '12万',
  181. appreciate: '80万',
  182. appreciate_btn: false,
  183. img: [
  184. '/static/images/home/goods/1.png',
  185. '/static/images/home/goods/2.png',
  186. '/static/images/home/goods/3.png',
  187. '/static/images/home/goods/4.png',
  188. '/static/images/home/goods/5.png',
  189. '/static/images/home/goods/6.png',
  190. '/static/images/home/goods/7.png'
  191. ]
  192. },{
  193. id: 8,
  194. avatar: '/static/images/avatar/8.jpg',
  195. username: '仔仔ZaiZ',
  196. time: '1年前',
  197. follow: false,
  198. text: '测试的测试测试的测试测试的测试测试测试的test,demo,1231321ce测试的...',
  199. text_btn: true,
  200. talk: '你在说些啥呢',
  201. comment: '12万',
  202. appreciate: '80万',
  203. appreciate_btn: false,
  204. img: [
  205. '/static/images/home/goods/1.png',
  206. '/static/images/home/goods/2.png',
  207. '/static/images/home/goods/3.png',
  208. '/static/images/home/goods/4.png',
  209. '/static/images/home/goods/5.png',
  210. '/static/images/home/goods/6.png',
  211. '/static/images/home/goods/7.png',
  212. '/static/images/home/goods/8.png'
  213. ]
  214. },{
  215. id: 9,
  216. avatar: '/static/images/avatar/1.jpg',
  217. username: '仔仔ZaiZ',
  218. time: '1年前',
  219. follow: false,
  220. text: '测试的测试测试的测试测试的测试测试测试的test,demo,1231321ce测试的...',
  221. text_btn: true,
  222. talk: '你在说些啥呢',
  223. comment: '12万',
  224. appreciate: '80万',
  225. appreciate_btn: false,
  226. img: [
  227. '/static/images/home/goods/1.png',
  228. '/static/images/home/goods/2.png',
  229. '/static/images/home/goods/3.png',
  230. '/static/images/home/goods/4.png',
  231. '/static/images/home/goods/5.png',
  232. '/static/images/home/goods/6.png',
  233. '/static/images/home/goods/7.png',
  234. '/static/images/home/goods/8.png',
  235. '/static/images/home/goods/9.png'
  236. ]
  237. }];
  238. },
  239. hotTopicData() {
  240. return [{
  241. id: 1,
  242. title: '你在说些啥',
  243. text: '你在说些啥呢?说些啥呢?',
  244. num: '138篇内容',
  245. img: '/static/images/home/grid-icon/16.png',
  246. },{
  247. id: 2,
  248. title: '你在说些啥',
  249. text: '你在说些啥呢?说些啥呢?',
  250. num: '138篇内容',
  251. img: '/static/images/home/grid-icon/17.png',
  252. },{
  253. id: 3,
  254. title: '你在说些啥',
  255. text: '你在说些啥呢?说些啥呢?',
  256. num: '138篇内容',
  257. img: '/static/images/home/grid-icon/18.png',
  258. },{
  259. id: 4,
  260. title: '你在说些啥',
  261. text: '你在说些啥呢?说些啥呢?',
  262. num: '138篇内容',
  263. img: '/static/images/home/grid-icon/19.png',
  264. },{
  265. id: 5,
  266. title: '你在说些啥',
  267. text: '你在说些啥呢?说些啥呢?',
  268. num: '138篇内容',
  269. img: '/static/images/home/grid-icon/20.png',
  270. },{
  271. id: 6,
  272. title: '你在说些啥',
  273. text: '你在说些啥呢?说些啥呢?',
  274. num: '138篇内容',
  275. img: '/static/images/home/grid-icon/21.png',
  276. },{
  277. id: 7,
  278. title: '你在说些啥',
  279. text: '你在说些啥呢?说些啥呢?',
  280. num: '138篇内容',
  281. img: '/static/images/home/grid-icon/22.png',
  282. },{
  283. id: 8,
  284. title: '你在说些啥',
  285. text: '你在说些啥呢?说些啥呢?',
  286. num: '138篇内容',
  287. img: '/static/images/home/grid-icon/23.png',
  288. },{
  289. id: 9,
  290. title: '你在说些啥',
  291. text: '你在说些啥呢?说些啥呢?',
  292. num: '138篇内容',
  293. img: '/static/images/home/grid-icon/24.png',
  294. }];
  295. },
  296. recommendScrollData() {
  297. return [{
  298. id: 1,
  299. name: '仔仔',
  300. follow: false,
  301. avatar: '/static/images/avatar/1.jpg',
  302. },{
  303. id: 2,
  304. name: '仔仔',
  305. follow: false,
  306. avatar: '/static/images/avatar/2.jpg',
  307. },{
  308. id: 3,
  309. name: '仔仔',
  310. follow: true,
  311. avatar: '/static/images/avatar/3.jpg',
  312. },{
  313. id: 4,
  314. name: '仔仔',
  315. follow: false,
  316. avatar: '/static/images/avatar/4.jpg',
  317. },{
  318. id: 5,
  319. name: '仔仔',
  320. follow: true,
  321. avatar: '/static/images/avatar/5.jpg',
  322. },{
  323. id: 6,
  324. name: '仔仔',
  325. follow: false,
  326. avatar: '/static/images/avatar/6.jpg',
  327. },{
  328. id: 7,
  329. name: '仔仔',
  330. follow: false,
  331. avatar: '/static/images/avatar/7.jpg',
  332. },{
  333. id: 8,
  334. name: '仔仔',
  335. follow: false,
  336. avatar: '/static/images/avatar/8.jpg',
  337. }];
  338. },
  339. topicGridData() {
  340. return [{
  341. id: 1,
  342. title: '数码',
  343. img: '/static/images/home/goods/1.png'
  344. },{
  345. id: 2,
  346. title: '穿搭',
  347. img: '/static/images/home/goods/2.png'
  348. },{
  349. id: 3,
  350. title: '美妆',
  351. img: '/static/images/home/goods/3.png'
  352. },{
  353. id: 4,
  354. title: '文玩',
  355. img: '/static/images/home/goods/4.png'
  356. },{
  357. id: 5,
  358. title: '远动',
  359. img: '/static/images/home/goods/5.png'
  360. },{
  361. id: 6,
  362. title: '数码',
  363. img: '/static/images/home/goods/6.png'
  364. },{
  365. id: 7,
  366. title: '穿搭',
  367. img: '/static/images/home/goods/7.png'
  368. },{
  369. id: 8,
  370. title: '美妆',
  371. img: '/static/images/home/goods/8.png'
  372. }];
  373. },
  374. topicCardData() {
  375. return [{
  376. id: 1,
  377. type: '数码',
  378. type_text: '游戏玩家的法宝是什么',
  379. bg_img: '/static/images/home/goods/1.png',
  380. list: [{
  381. id: 1,
  382. img: '/static/images/home/goods/2.png',
  383. title: '游戏玩家的至宝',
  384. text: '110篇内容'
  385. },{
  386. id: 2,
  387. img: '/static/images/home/goods/3.png',
  388. title: '游戏玩家的至宝',
  389. text: '110篇内容'
  390. },{
  391. id: 3,
  392. img: '/static/images/home/goods/4.png',
  393. title: '游戏玩家的至宝',
  394. text: '110篇内容'
  395. },{
  396. id: 4,
  397. img: '/static/images/home/goods/5.png',
  398. title: '游戏玩家的至宝',
  399. text: '110篇内容'
  400. },{
  401. id: 5,
  402. img: '/static/images/home/goods/6.png',
  403. title: '游戏玩家的至宝',
  404. text: '110篇内容'
  405. }]
  406. },{
  407. id: 2,
  408. type: '测试',
  409. type_text: '测试玩家的法宝是什么',
  410. bg_img: '/static/images/home/goods/7.png',
  411. list: [{
  412. id: 1,
  413. img: '/static/images/home/goods/8.png',
  414. title: '游戏玩家的至宝',
  415. text: '110篇内容'
  416. },{
  417. id: 2,
  418. img: '/static/images/home/goods/9.png',
  419. title: '游戏玩家的至宝',
  420. text: '110篇内容'
  421. },{
  422. id: 3,
  423. img: '/static/images/home/goods/10.png',
  424. title: '游戏玩家的至宝',
  425. text: '110篇内容'
  426. },{
  427. id: 4,
  428. img: '/static/images/home/goods/11.png',
  429. title: '游戏玩家的至宝',
  430. text: '110篇内容'
  431. },{
  432. id: 5,
  433. img: '/static/images/home/goods/12.png',
  434. title: '游戏玩家的至宝',
  435. text: '110篇内容'
  436. }]
  437. },{
  438. id: 3,
  439. type: '数码',
  440. type_text: '游戏玩家的法宝是什么',
  441. bg_img: '/static/images/home/goods/13.png',
  442. list: [{
  443. id: 1,
  444. img: '/static/images/home/goods/14.png',
  445. title: '游戏玩家的至宝',
  446. text: '110篇内容'
  447. },{
  448. id: 2,
  449. img: '/static/images/home/goods/15.png',
  450. title: '游戏玩家的至宝',
  451. text: '110篇内容'
  452. },{
  453. id: 3,
  454. img: '/static/images/home/goods/16.png',
  455. title: '游戏玩家的至宝',
  456. text: '110篇内容'
  457. },{
  458. id: 4,
  459. img: '/static/images/home/goods/17.png',
  460. title: '游戏玩家的至宝',
  461. text: '110篇内容'
  462. },{
  463. id: 5,
  464. img: '/static/images/home/goods/18.png',
  465. title: '游戏玩家的至宝',
  466. text: '110篇内容'
  467. }]
  468. },{
  469. id: 4,
  470. type: '数码',
  471. type_text: '游戏玩家的法宝是什么',
  472. bg_img: '/static/images/home/goods/19.png',
  473. list: [{
  474. id: 1,
  475. img: '/static/images/home/goods/20.png',
  476. title: '游戏玩家的至宝',
  477. text: '110篇内容'
  478. },{
  479. id: 2,
  480. img: '/static/images/home/goods/1.png',
  481. title: '游戏玩家的至宝',
  482. text: '110篇内容'
  483. },{
  484. id: 3,
  485. img: '/static/images/home/goods/2.png',
  486. title: '游戏玩家的至宝',
  487. text: '110篇内容'
  488. },{
  489. id: 4,
  490. img: '/static/images/home/goods/3.png',
  491. title: '游戏玩家的至宝',
  492. text: '110篇内容'
  493. },{
  494. id: 5,
  495. img: '/static/images/home/goods/4.png',
  496. title: '游戏玩家的至宝',
  497. text: '110篇内容'
  498. }]
  499. }];
  500. }
  501. };
  502. export default _find_data;