Commit a4e5eba6 by guomingpang

fix:测试bug修复

parent dff9da6f
...@@ -118,7 +118,7 @@ class CollegeInfoPage extends React.Component { ...@@ -118,7 +118,7 @@ class CollegeInfoPage extends React.Component {
closeIcon={<span className="icon iconfont modal-close-icon">&#xe6ef;</span>} closeIcon={<span className="icon iconfont modal-close-icon">&#xe6ef;</span>}
> >
<div className='college-info-page-view-modal-box'> <div className='college-info-page-view-modal-box'>
<img src='https://image.xiaomaiketang.com/xm/KkfaSaY8kX.gif' alt=''></img> <img src='https://image.xiaomaiketang.com/xm/xRrsNKr8jn.gif' alt=''></img>
</div> </div>
</Modal> </Modal>
} }
......
...@@ -6,7 +6,7 @@ const WechatUserAuditOpt = function (props) { ...@@ -6,7 +6,7 @@ const WechatUserAuditOpt = function (props) {
return ( return (
<div className='wechat-user-audit-filter'> <div className='wechat-user-audit-filter'>
<Row type='flex' justify='end' align='top'> <Row type='flex' justify='end' align='top'>
<Radio.Group onChange={(e) => onChange({ applyStatus: e.target.value })} defaultValue={defaultType}> <Radio.Group onChange={(e) => onChange({ applyStatus: e.target.value==='' ? null: e.target.value })} defaultValue={defaultType}>
<Radio.Button value=''>{`全部(${allCnt})`}</Radio.Button> <Radio.Button value=''>{`全部(${allCnt})`}</Radio.Button>
<Radio.Button value='WAIT'>{`待审核(${waitCnt})`}</Radio.Button> <Radio.Button value='WAIT'>{`待审核(${waitCnt})`}</Radio.Button>
<Radio.Button value='PASSED'>{`已通过(${passedCnt})`}</Radio.Button> <Radio.Button value='PASSED'>{`已通过(${passedCnt})`}</Radio.Button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment