test_user.js 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. export const localUserConfig = `{
  2. "tplInfo": {
  3. "tplTypeId": 1,
  4. "ssctId": 1,
  5. "styleId": 1,
  6. "matchLogo2": "https://oss-mbh5.colormaprun.com/static/logo/default.png",
  7. "matchBanner": ""
  8. },
  9. "matchInfo": {
  10. "compName": "自助开赛测试定向赛",
  11. "description": " · 小飞龙定向赛再次来袭!这次有五个场地哟~<br> · 神秘“蛋叔”闪亮登场~<br> · 蛋叔放大招,百味豆换鸡蛋!<br> · 时不可待!冲鸭!<br><br> · 能不能把蛋叔整郁闷,就看你的啦~<br> · 还等啥?火速报名吧!",
  12. "rules": "<li>随时参赛、不限完赛次数、起点任选、实时排名 <li>起点 -各途经点 -结束点完整打卡为一次有效完赛",
  13. "maxNum": 20,
  14. "contactName": "王老师",
  15. "phone": "13335116666",
  16. "regBeginSecond": "2024-12-28",
  17. "regEndSecond": "2024-12-31",
  18. "compBeginSecond": "2025-01-01",
  19. "compEndSecond": "2025-01-08"
  20. },
  21. "mapInfo": [
  22. {
  23. "mapId": 1,
  24. "planId": 1,
  25. "activityList": [
  26. {
  27. "ocaId": 10,
  28. "matchType": 3,
  29. "showName": "泉城广场12点定向赛asdfasdf",
  30. "pathImg": "/static/common/baihuagongyuan.png",
  31. "point": {
  32. "longitude": 117.022194,
  33. "latitude": 36.661612,
  34. "name": "泉城广场起始点"
  35. }
  36. },
  37. {
  38. "ocaId": 11,
  39. "matchType": 3,
  40. "showName": "泉城广场16点定向赛",
  41. "pathImg": "/static/common/aotizhongxin.png",
  42. "point": {
  43. "longitude": 117.022194,
  44. "latitude": 36.661612,
  45. "name": "泉城广场起始点"
  46. }
  47. },
  48. {
  49. "ocaId": 11,
  50. "matchType": 3,
  51. "showName": "泉城广场18点定向赛",
  52. "pathImg": "/static/common/quanchenggongyuan.png",
  53. "point": {
  54. "longitude": 117.022194,
  55. "latitude": 36.661612,
  56. "name": "泉城公园起始点"
  57. }
  58. }
  59. ]
  60. },
  61. {
  62. "mapId": 2,
  63. "planId": 2,
  64. "activityList": [
  65. {
  66. "ocaId": 10,
  67. "matchType": 3,
  68. "showName": "泉城广场12点定向赛",
  69. "pathImg": "/static/common/baihuagongyuan.png",
  70. "point": {
  71. "longitude": 117.022194,
  72. "latitude": 36.661612,
  73. "name": "泉城广场起始点"
  74. }
  75. },
  76. {
  77. "ocaId": 11,
  78. "matchType": 3,
  79. "showName": "泉城广场16点定向赛",
  80. "pathImg": "/static/common/aotizhongxin.png",
  81. "point": {
  82. "longitude": 117.022194,
  83. "latitude": 36.661612,
  84. "name": "泉城广场起始点"
  85. }
  86. }
  87. ]
  88. }
  89. ]
  90. }`;