- 注册时间
- 2016-9-23
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 积分
- 118
- 精华
- 0
- 帖子
- 30
![Rank: 2](static/image/common/star_level2.gif)
|
{
"spotId": "59","spotName": "xxx","spotType": "xxx","spotTypeName": "xxx","deptId": "xxx", "deptName": "xxxx",
"areaId": "xxx", "areaName": "xxx","policeNum": "x","spFlag": "x","longitude": xxxxx,"latitude": xxxxx,"distance": xxxx
"periodList": [
{
"spotId": null,
"period": "PERIOD_001",
"periodType": null,
"periodName": "早班",
"startTime": "08:00",
"endTime": "10:00",
"policeNum": 1
},
{
"spotId": null,
"period": "PERIOD_002",
"periodType": null,
"periodName": "中班",
"startTime": "11:00",
"endTime": "13:00",
"policeNum": 1,
"property1": null,
"property2": null,
"property3": null
},
{
"spotId": null,
"period": "PERIOD_003",
"periodType": null,
"periodName": "晚班",
"startTime": "15:00",
"endTime": "19:00",
"policeNum": 1
}
]
我的数据结构是这样的
我现在想做成这样的效果
图片中的性别:男就是我的spotName,不知道该怎么做,示例里面的感觉和我这个做法不一样,有点套用不上
|
|