xialiang 3 years ago
parent 34be650145
commit fdeaf49b83

@ -243,7 +243,7 @@ const CardList = () => {
>
<Space direction="vertical" style={{ width: '100%', padding: '24px 48px' }}>
<Typography style={{ marginBottom: 16, fontSize: 18 }}>
{questionNow?.question_stem}
{JSON.stringify(questionNow) !== "{}" ? questionNow.index[1] + 1 : ""} {questionNow?.question_stem}
</Typography>
<Space direction="vertical" style={{ fontSize: 16 }}>

Loading…
Cancel
Save