console
let t={
"code": 200,
"message": "操作成功",
"data": {
"id": 5,
"name": "尚尚珠宝主打和田吊坠大号乳白色",
"picUrl": "url",
"barcode": "005",
"description": "尚尚珠宝主打和田项链大号乳白色",
"attributeJson": {},
"spuId": 2,
"price": 10000,
"marketPrice": 6000,
"originalPrice": 3000,
"promotionPrice": 4500,
"costPrice": 3000,
"unit": "个",
"stock": 20,
"lockStock": 5,
"warningStock": 0,
"integral": 500,
"saleAmount": 10000,
"previewStatus": 0,
"newStatus": 1,
"status": 0,
"recomemendStatus": 1,
"createTime": 1547049600000,
"keyWords": "深红",
"weight": 4,
"materialPicUrl": null,
"rejectReason": "",
"saleTime": null,
"attributeValues": [
{
"id": 1,
"attributeTypeId": 1,
"name": "圆形",
"showInNavBar": null,
"picture": null,
"attributeType": {
"id": 1,
"name": "整体形状",
"description": null,
"selectType": 1,
"unit": "",
"sortWeight": 1,
"showInNavBar": null,
"picture": null
}
},
{
"id": 12,
"attributeTypeId": 2,
"name": "曲",
"showInNavBar": null,
"picture": null,
"attributeType": {
"id": 2,
"name": "整体轮廓",
"description": null,
"selectType": 1,
"unit": "",
"sortWeight": 1,
"showInNavBar": null,
"picture": null
}
},
{
"id": 14,
"attributeTypeId": 3,
"name": "偏大",
"showInNavBar": null,
"picture": null,
"attributeType": {
"id": 3,
"name": "整体尺寸",
"description": null,
"selectType": 1,
"unit": "",
"sortWeight": 1,
"showInNavBar": null,
"picture": null
}
},
{
"id": 17,
"attributeTypeId": 4,
"name": "轻奢",
"showInNavBar": null,
"picture": null,
"attributeType": {
"id": 4,
"name": "风格",
"description": null,
"selectType": 2,
"unit": "",
"sortWeight": 1,
"showInNavBar": null,
"picture": null
}
},
{
"id": 18,
"attributeTypeId": 4,
"name": "奢华",
"showInNavBar": null,
"picture": null,
"attributeType": {
"id": 4,
"name": "风格",
"description": null,
"selectType": 2,
"unit": "",
"sortWeight": 1,
"showInNavBar": null,
"picture": null
}
}
]
}
}
var r = _.groupBy(t.data.attributeValues, "attributeTypeId");
$("#output").html(JSON.stringify(r));
<div id="output"></div>