Просмотр исходного кода

注释医学知识(医学知识未完成)

zhangxc 6 лет назад
Родитель
Сommit
a6065dc099
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      src/components/PushContainer/index.jsx

+ 1 - 4
src/components/PushContainer/index.jsx

@@ -23,9 +23,6 @@ class PushContainer extends Component {
                 disabled: true
             }, {
                 title: '模板',
-            },
-            {
-                title: '医学知识',
             }],
             visible:false,
             message:'',                 //提示的内容
@@ -254,7 +251,7 @@ class PushContainer extends Component {
                         handleMangerTemplate={this.handleMangerTemplate}
                         handleAllCheckbox={this.handleAllCheckbox}
                     ></TemplateItems>
-                    <MedicalInfoContainer></MedicalInfoContainer>
+                    {/* <MedicalInfoContainer></MedicalInfoContainer> */}
                 </TemplateContainer>
             </Tab>
             <ConfirmModal