JSFiddle - React, Tailwind, and code Playground

by booktu8

JavaScript

{
 
  "goodsDetail": [{
    "subTitle": "424", //副标题
    "unitName": "千克", //商品单位
    "defaultGoodsSpec": "14", //默认规格id
    "goodsId": 14, //商品id
    "price": 123, //价格
    "appId": "st009ac0d0ea8f17d9",
    "code": "", //商品编号
    "specList": [ //规格信息
      {
        "specId": 14, //规格id
        "isPoints": "00", //是否使用积分  00:不使用  01:使用
        "stockNum": 12, //库存
        "specPicture": "", //规格图片
        "costPrice": 123, //原价
        "specPrice": 123, //规格价格
        "spec": "14", //规格
        "points": 212 //积分
      }
    ],
    "tag": [ //商品标签
      "健康养生"
    ],
    "specData": [{
      "id": null, //
      "labelName": "规格1",
      "labelId": 12,
      "goodsId": null,
      "attrName": null,
      "serial": null,
      "appId": null,
      "attrList": [{
          "attrId": 14,
          "attrName": "1234"
        },
        {
          "attrId": 15,
          "attrName": "fdsfs"
        }
      ]
    }],
    "title": "324532", //标题
    "picture": "", //展示图
    "content": "<p>\r\n\t<br />\r\n</p>\r\n<p>\r\n\tpkj,kjhmkjh\r\n</p>" //商品详情
  }]
}