7.1 修改

This commit is contained in:
jl-zhoujl2
2022-07-01 11:09:36 +08:00
parent d01758fe88
commit 30c8e19498

View File

@ -212,7 +212,7 @@ const CommentModal = (props: any) => {
<Spin spinning={modalLoading}> <Spin spinning={modalLoading}>
<div className='bottom-modal-body'> <div className='bottom-modal-body'>
<div className='radio-group'> <div className='radio-group'>
<Radio.Group onChange={onRadioChange} defaultValue={"1"}> <Radio.Group onChange={onRadioChange} defaultValue={"网络运营"}>
<Radio value="网络运营" className="radio-content"></Radio> <Radio value="网络运营" className="radio-content"></Radio>
<Radio value="IT" className="radio-content">IT</Radio> <Radio value="IT" className="radio-content">IT</Radio>
<Radio value="市场" className="radio-content"></Radio> <Radio value="市场" className="radio-content"></Radio>