import React, { useState } from 'react'; import styles from './index.less'; import classNames from 'classNames'; const Index = ({ isShowAnswer, isRight,id, no, title,isSelected=false,onSelect }) => { return ( <>