|
@@ -21,6 +21,7 @@ import check_circle from './img/check-circle.png';
|
|
import check_right from './img/check-right.png';
|
|
import check_right from './img/check-right.png';
|
|
import pinyin from '@utils/Convert_Pinyin.js';
|
|
import pinyin from '@utils/Convert_Pinyin.js';
|
|
import $ from "jquery";
|
|
import $ from "jquery";
|
|
|
|
+import PushEmbed from "../PushEmbed";
|
|
|
|
|
|
class PushContainer extends Component {
|
|
class PushContainer extends Component {
|
|
constructor(props) {
|
|
constructor(props) {
|
|
@@ -592,7 +593,8 @@ class PushContainer extends Component {
|
|
handleActiveClick={this.handleActiveClick}
|
|
handleActiveClick={this.handleActiveClick}
|
|
>
|
|
>
|
|
<TemplateContainer activeId={activeId}>
|
|
<TemplateContainer activeId={activeId}>
|
|
- <PushItemsContainer></PushItemsContainer>
|
|
|
|
|
|
+ {/*<PushItemsContainer></PushItemsContainer>*/}
|
|
|
|
+ <PushEmbed></PushEmbed>
|
|
<CaseQuailty></CaseQuailty>
|
|
<CaseQuailty></CaseQuailty>
|
|
<TemplateItems
|
|
<TemplateItems
|
|
items={items}
|
|
items={items}
|