| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- export const localUserConfig = `{
- "tplInfo": {
- "tplTypeId": 1,
- "ssctId": 1,
- "styleId": 1,
- "matchLogo2": "https://oss-mbh5.colormaprun.com/static/logo/default.png",
- "matchBanner": ""
- },
- "matchInfo": {
- "compName": "自助开赛测试定向赛",
- "description": " · 小飞龙定向赛再次来袭!这次有五个场地哟~<br> · 神秘“蛋叔”闪亮登场~<br> · 蛋叔放大招,百味豆换鸡蛋!<br> · 时不可待!冲鸭!<br><br> · 能不能把蛋叔整郁闷,就看你的啦~<br> · 还等啥?火速报名吧!",
- "rules": "<li>随时参赛、不限完赛次数、起点任选、实时排名 <li>起点 -各途经点 -结束点完整打卡为一次有效完赛",
- "maxNum": 20,
- "contactName": "王老师",
- "phone": "13335116666",
- "regBeginSecond": "2024-12-28",
- "regEndSecond": "2024-12-31",
- "compBeginSecond": "2025-01-01",
- "compEndSecond": "2025-01-08"
- },
- "mapInfo": [
- {
- "mapId": 1,
- "planId": 1,
- "activityList": [
- {
- "ocaId": 10,
- "matchType": 3,
- "showName": "泉城广场12点定向赛asdfasdf",
- "pathImg": "/static/common/baihuagongyuan.png",
- "point": {
- "longitude": 117.022194,
- "latitude": 36.661612,
- "name": "泉城广场起始点"
- }
- },
- {
- "ocaId": 11,
- "matchType": 3,
- "showName": "泉城广场16点定向赛",
- "pathImg": "/static/common/aotizhongxin.png",
- "point": {
- "longitude": 117.022194,
- "latitude": 36.661612,
- "name": "泉城广场起始点"
- }
- },
- {
- "ocaId": 11,
- "matchType": 3,
- "showName": "泉城广场18点定向赛",
- "pathImg": "/static/common/quanchenggongyuan.png",
- "point": {
- "longitude": 117.022194,
- "latitude": 36.661612,
- "name": "泉城公园起始点"
- }
- }
- ]
- },
- {
- "mapId": 2,
- "planId": 2,
- "activityList": [
- {
- "ocaId": 10,
- "matchType": 3,
- "showName": "泉城广场12点定向赛",
- "pathImg": "/static/common/baihuagongyuan.png",
- "point": {
- "longitude": 117.022194,
- "latitude": 36.661612,
- "name": "泉城广场起始点"
- }
- },
- {
- "ocaId": 11,
- "matchType": 3,
- "showName": "泉城广场16点定向赛",
- "pathImg": "/static/common/aotizhongxin.png",
- "point": {
- "longitude": 117.022194,
- "latitude": 36.661612,
- "name": "泉城广场起始点"
- }
- }
- ]
- }
- ]
- }`;
|