При интеграции данных JSON из Sag Reduce, я получаю тип ошибки Landig.Slots не определена - PullRequest
0 голосов
/ 29 января 2019

landing.js:

{landing && landing.Slots && landing.Slots.map ((slot, index) => {if (slot &&! Slot.removed) {let fullWidth ="100%"; пусть maxWidth = 576; let style = {}; style ["width"] = fullWidth; style ["maxWidth"] = fullWidth; style ["height"] = slot.HeightPixel + "px"; возврат();}})} Данные Json:

{"data": {"id": 1, lastUpdatedOn: 1543843081000, "selectedOn": 1543843081000, "pageUID":"SLLXHJ1", "languageTag": "en-us", "type": "Home", "name": "Home", "description": "Home page", "slots": [{"id": 1, "lastUpdatedOn": 1543843246000, "creationOn": 1543843246000, "slotUID": "XYSSLK1", "platformSupported": "iPhone, Android", "type": "Banner", "name": "Lacoste", "widthInPixel": 375, "heightInPixel": 60, "layer": [{"id": 1, "layerUID": "XXSLES1", "name": "", "type": "Rectangle", "attribute": {"fillColor ":" 000000 "," contentMode ":" Fill "," viewAlignment ":" CentreAlignedFurableWidth "," frame ":" [0,0,375,60] "}," index ": 0}, {" id ":2, "layerUID": "LFSLES2", "name": "","type": "Text", "attribute": {"fillColor": "000000", "numberOfLines": "1", "multiline": "flase", "textAlignment": "Left", "label": "Выберите как минимум два товара для двойника! "," TextColor ":" FFFFFF "," value ":" Покупайте минимум два товара для двойника! "," Frame ":" [20,21,279,20] ","viewAlignment ":" LeftAligned "," font ": {" size ":" 14 "," name ":" Avenir-Heavy "}},

...