|
@@ -415,7 +415,7 @@ const Edit = props => {
|
415
|
415
|
<div>
|
416
|
416
|
<div>
|
417
|
417
|
<Radio.Group value={tab} buttonStyle="solid" onChange={e => changeTab(e.target.value)}>
|
418
|
|
- <Radio.Button value="basic">基本信息1</Radio.Button>
|
|
418
|
+ <Radio.Button value="basic">基本信息</Radio.Button>
|
419
|
419
|
<Radio.Button value="poster">海报图片</Radio.Button>
|
420
|
420
|
<Radio.Button value="share">分享设置</Radio.Button>
|
421
|
421
|
</Radio.Group>
|