傅行帆 5 years ago
parent
commit
5073584679
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/activity/detailActivity.jsx

+ 1
- 1
src/pages/activity/detailActivity.jsx View File

@@ -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>