考试页面

master
xialiang 3 years ago
parent 01b857e789
commit ec79c0b57f

@ -166,7 +166,7 @@ const CardList = () => {
bordered bordered
headStyle={{ padding: 24, border: '#d9d9d9 solid 1px' }} headStyle={{ padding: 24, border: '#d9d9d9 solid 1px' }}
> >
{console.log("当前题号:", questionNow, "试题顺序:", paperInfo)} {console.log("当前题号:", questionNow, "试题顺序:", paperInfo, "二维数组:", questionTypeList)}
{ {
questionTypeList && ( questionTypeList && (
@ -180,7 +180,7 @@ const CardList = () => {
bordered bordered
dataSource={e.children} dataSource={e.children}
renderItem={(item, index) => { renderItem={(item, index) => {
console.log(item, 'list') // console.log(item, 'list')
return <List.Item return <List.Item
id={item.id} id={item.id}
> <Button > <Button

Loading…
Cancel
Save