@@ -8,6 +8,6 @@ | |||
</head> | |||
<body> | |||
<div id="root"></div> | |||
<script src="/umi.c7c05dbb.js"></script> | |||
<script src="/umi.710fe7b6.js"></script> | |||
</body> | |||
</html> |
@@ -131,7 +131,7 @@ const HomePage: React.FC = () => { | |||
<Link to={{ pathname: `/talent/job/detail/?id=${childItem.id}` }} target="_blank" style={{ color: '#000000' }}> | |||
<Flex justify='space-between' align='center' style={{ border: '1px #f0f0f0 solid', padding: 8, borderRadius: 8 }}> | |||
<div>{childItem.job_name}</div> | |||
<Button size='small' type='text'>投递该职位</Button> | |||
<Button size='small' type='text'>{childItem.pay_range_text}</Button> | |||
</Flex> | |||
</Link> | |||