index.js 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. const { formmat } = require("../../utils/http");
  2. function MediaController(data) {
  3. console.log('参数------------>',data)
  4. let list = [
  5. {
  6. location: "西安",
  7. date: "2022-11-22",
  8. icon: "",
  9. id: 0,
  10. child: [
  11. {
  12. url: "https://cxzx.smcic.net/topic/activity/img/upbg.ab3a4dc7.jpg",
  13. title: "走进文物"
  14. },
  15. {
  16. url: "https://cxzx.smcic.net/topic/activity/img/upbg.ab3a4dc7.jpg",
  17. title: "走进文物"
  18. },
  19. {
  20. url: "https://cxzx.smcic.net/topic/activity/img/upbg.ab3a4dc7.jpg",
  21. title: "走进文物"
  22. },
  23. ]
  24. },
  25. ];
  26. list = [
  27. {
  28. location: "西安",
  29. date: "2022-11-22",
  30. icon: "",
  31. id: 0,
  32. child: [
  33. {
  34. url: "https://cxzx.smcic.net/operate/worldCup/works/10086/20221119113805/97ba6b60662ab4f31ef06cdf5a5f8e94_preview.mp4",
  35. title: "走进文物"
  36. },
  37. {
  38. url: "https://cxzx.smcic.net/operate/worldCup/works/10086/20221119113805/97ba6b60662ab4f31ef06cdf5a5f8e94_preview.mp4",
  39. title: "走进文物"
  40. },
  41. {
  42. url: "https://cxzx.smcic.net/operate/worldCup/works/10086/20221119113805/97ba6b60662ab4f31ef06cdf5a5f8e94_preview.mp4",
  43. title: "走进文物"
  44. },
  45. ]
  46. },
  47. ]
  48. return formmat(list, 0, "ok");
  49. }
  50. function MediaControllerOnce(data) {
  51. console.log('参数------------>',data)
  52. let once = {
  53. location: "西安",
  54. date: "2022-11-22",
  55. icon: "",
  56. id: 0,
  57. child: [
  58. {
  59. url: "https://cxzx.smcic.net/topic/activity/img/upbg.ab3a4dc7.jpg",
  60. title: "走进文物"
  61. },
  62. {
  63. url: "https://cxzx.smcic.net/topic/activity/img/upbg.ab3a4dc7.jpg",
  64. title: "走进文物"
  65. },
  66. {
  67. url: "https://cxzx.smcic.net/topic/activity/img/upbg.ab3a4dc7.jpg",
  68. title: "走进文物"
  69. },
  70. ]
  71. };
  72. once = {
  73. location: "西安",
  74. date: "2022-11-22",
  75. icon: "",
  76. id: 0,
  77. child: [
  78. {
  79. url: "https://cxzx.smcic.net/operate/worldCup/works/10086/20221119113805/97ba6b60662ab4f31ef06cdf5a5f8e94_preview.mp4",
  80. title: "走进文物"
  81. },
  82. {
  83. url: "https://cxzx.smcic.net/operate/worldCup/works/10086/20221119113805/97ba6b60662ab4f31ef06cdf5a5f8e94_preview.mp4",
  84. title: "走进文物"
  85. },
  86. {
  87. url: "https://cxzx.smcic.net/operate/worldCup/works/10086/20221119113805/97ba6b60662ab4f31ef06cdf5a5f8e94_preview.mp4",
  88. title: "走进文物"
  89. },
  90. ]
  91. }
  92. return formmat(once, 0, "ok");
  93. }
  94. module.exports = {
  95. MediaController,
  96. MediaControllerOnce
  97. }