feat: 修改刷题

This commit is contained in:
秋水浮尘
2023-10-11 01:08:08 +08:00
parent 4ed48fbe2b
commit a387a61d02
18 changed files with 1045 additions and 297 deletions

View File

@@ -3,6 +3,7 @@ import { Popover, Spin } from 'antd';
import { debounce } from '@utils';
import { imgObject, RankingTypeText, RankingTypeBtnText } from '../../constant';
import './index.less';
import { message } from 'antd';
const rankingBackImg = {
0: imgObject.ranking1Img,
@@ -17,6 +18,8 @@ export default function RankingBox(props) {
props.onHandleRanking && props.onHandleRanking(type);
});
const onJump = debounce(() => {
message.destroy()
return message.info('敬请期待')
props.onHandleJump && props.onHandleJump();
});
return (