Closed ysng007 closed 2 years ago
数据源 const data = [ { items: [ { type: 'HEADER', values: '09 Sep 2022' }, { type: 'ITEM', values: { account: 'xxxx', date: '09 Sep 2022', device: 'Kitchen', device_model: 'IPC007-1080P', device_time: 1662737607, eventExplain: 'Motion detected from Kitchen', file_time: 7, files: '', height: 72, id: '1242462', lineType: 'ONE_LINE', mongo_id: '', msgType: 'Motion', nickname: '易', status: 1, time: 1662708815, turnTime: '03:33 PM', type: 8, uid: 384478, uuid: '82d3b42d4f5f4b304d1fd3d9a8abd6fa', }, }, { type: 'ITEM', values: { account: 'xxxx', date: '09 Sep 2022', device: 'Kitchen', device_model: 'IPC007-1080P', device_time: 1662737607, eventExplain: 'Motion detected from Kitchen', file_time: 7, files: '', height: 72, id: '1242462', lineType: 'ONE_LINE', mongo_id: '', msgType: 'Motion', nickname: '易', status: 1, time: 1662708815, turnTime: '03:33 PM', type: 8, uid: 384478, uuid: '82d3b42d4f5f4b304d1fd3d9a8abd6fa', }, }, { type: 'ITEM', values: { account: 'xxxx', date: '09 Sep 2022', device: 'Kitchen', device_model: 'IPC007-1080P', device_time: 1662737607, eventExplain: 'Motion detected from Kitchen', file_time: 7, files: '', height: 72, id: '1242462', lineType: 'ONE_LINE', mongo_id: '', msgType: 'Motion', nickname: '易', status: 1, time: 1662708815, turnTime: '03:33 PM', type: 8, uid: 384478, uuid: '82d3b42d4f5f4b304d1fd3d9a8abd6fa', }, }, { type: 'ITEM', values: { account: 'xxxx', date: '09 Sep 2022', device: 'Kitchen', device_model: 'IPC007-1080P', device_time: 1662737607, eventExplain: 'Motion detected from Kitchen', file_time: 7, files: '', height: 72, id: '1242462', lineType: 'ONE_LINE', mongo_id: '', msgType: 'Motion', nickname: '易', status: 1, time: 1662708815, turnTime: '03:33 PM', type: 8, uid: 384478, uuid: '82d3b42d4f5f4b304d1fd3d9a8abd6fa', }, }, { type: 'ITEM', values: { account: 'xxxx', date: '09 Sep 2022', device: 'Kitchen', device_model: 'IPC007-1080P', device_time: 1662737607, eventExplain: 'Motion detected from Kitchen', file_time: 7, files: '', height: 72, id: '1242462', lineType: 'ONE_LINE', mongo_id: '', msgType: 'Motion', nickname: '易', status: 1, time: 1662708815, turnTime: '03:33 PM', type: 8, uid: 384478, uuid: '82d3b42d4f5f4b304d1fd3d9a8abd6fa', }, }, ], }, ] <LargeList ref={listRef} data={listData} // heightForSection={() => 0} // renderSection={() => null} heightForIndexPath={() => 72} renderIndexPath={_renderIndexPath} /> 不知道为什么一直报'data[section].items.length' 错误
解决了。。
数据源 const data = [ { items: [ { type: 'HEADER', values: '09 Sep 2022' }, { type: 'ITEM', values: { account: 'xxxx', date: '09 Sep 2022', device: 'Kitchen', device_model: 'IPC007-1080P', device_time: 1662737607, eventExplain: 'Motion detected from Kitchen', file_time: 7, files: '', height: 72, id: '1242462', lineType: 'ONE_LINE', mongo_id: '', msgType: 'Motion', nickname: '易', status: 1, time: 1662708815, turnTime: '03:33 PM', type: 8, uid: 384478, uuid: '82d3b42d4f5f4b304d1fd3d9a8abd6fa', }, }, { type: 'ITEM', values: { account: 'xxxx', date: '09 Sep 2022', device: 'Kitchen', device_model: 'IPC007-1080P', device_time: 1662737607, eventExplain: 'Motion detected from Kitchen', file_time: 7, files: '', height: 72, id: '1242462', lineType: 'ONE_LINE', mongo_id: '', msgType: 'Motion', nickname: '易', status: 1, time: 1662708815, turnTime: '03:33 PM', type: 8, uid: 384478, uuid: '82d3b42d4f5f4b304d1fd3d9a8abd6fa', }, }, { type: 'ITEM', values: { account: 'xxxx', date: '09 Sep 2022', device: 'Kitchen', device_model: 'IPC007-1080P', device_time: 1662737607, eventExplain: 'Motion detected from Kitchen', file_time: 7, files: '', height: 72, id: '1242462', lineType: 'ONE_LINE', mongo_id: '', msgType: 'Motion', nickname: '易', status: 1, time: 1662708815, turnTime: '03:33 PM', type: 8, uid: 384478, uuid: '82d3b42d4f5f4b304d1fd3d9a8abd6fa', }, }, { type: 'ITEM', values: { account: 'xxxx', date: '09 Sep 2022', device: 'Kitchen', device_model: 'IPC007-1080P', device_time: 1662737607, eventExplain: 'Motion detected from Kitchen', file_time: 7, files: '', height: 72, id: '1242462', lineType: 'ONE_LINE', mongo_id: '', msgType: 'Motion', nickname: '易', status: 1, time: 1662708815, turnTime: '03:33 PM', type: 8, uid: 384478, uuid: '82d3b42d4f5f4b304d1fd3d9a8abd6fa', }, }, { type: 'ITEM', values: { account: 'xxxx', date: '09 Sep 2022', device: 'Kitchen', device_model: 'IPC007-1080P', device_time: 1662737607, eventExplain: 'Motion detected from Kitchen', file_time: 7, files: '', height: 72, id: '1242462', lineType: 'ONE_LINE', mongo_id: '', msgType: 'Motion', nickname: '易', status: 1, time: 1662708815, turnTime: '03:33 PM', type: 8, uid: 384478, uuid: '82d3b42d4f5f4b304d1fd3d9a8abd6fa', }, }, ], }, ] <LargeList ref={listRef} data={listData} // heightForSection={() => 0} // renderSection={() => null} heightForIndexPath={() => 72} renderIndexPath={_renderIndexPath} /> 不知道为什么一直报'data[section].items.length' 错误