diff --git a/public/react/src/modules/tpm/shixuns/ShixunSearchBar.js b/public/react/src/modules/tpm/shixuns/ShixunSearchBar.js index f9f56a90d..75930f1df 100644 --- a/public/react/src/modules/tpm/shixuns/ShixunSearchBar.js +++ b/public/react/src/modules/tpm/shixuns/ShixunSearchBar.js @@ -1,6 +1,6 @@ import React, { Component } from 'react'; -import { Select, Input } from 'antd'; +import { Select, Input,Menu, Dropdown } from 'antd'; import 'antd/lib/style/index.css'; @@ -115,6 +115,8 @@ shixunsearchAll = (e) => { //选择Tab页详情 getshixunchildValue = (e) => { + + debugger let id = e.target.name; let newid=e.target.id; let list=[{'tag_level':2},{'tag_id':id}]; @@ -155,79 +157,54 @@ componentDidMount() { }) } - - // componentWillReceiveProps(nextProps) { - // console.log(nextProps.parsedid) - // if(nextProps.newtag_level===1){ - // this.setState({ - // InputValue: this.props.keyword, - // shixunsearchAllvalue:nextProps.parsedid - // - // }) - // }else if(nextProps.newtag_level===2){ - // this.setState({ - // InputValue: this.props.keyword, - // shixunsearchAllvalue:nextProps.newpalce, - // shixunchildValues:nextProps.parsedid - // - // }) - // }else if(nextProps.newtag_level===3){ - // this.setState({ - // InputValue: this.props.keyword, - // shixunsearchAllvalue:nextProps.newpalce, - // shixunchildValues:nextProps.parsedid - // - // }) - // } - // - // - // } - openStatusOption=()=>{ - this.setState({ - openLevel:false, - openStatus:true - }) - } - openLevelOption=()=>{ - this.setState({ - openLevel:true, - openStatus:false - }) - } - openStatusOptions=()=>{ - this.setState({ - openLevel:false, - openStatus:false - }) - } - - Input_searchs = (e) => { - this.setState({ - InputValue: e.target.value - }) - } render() { let {shixunhoverData, shixunchildValues, shixunsearchAllvalue, InputValue,openStatus,openLevel} = this.state; let {typepvisible} = this.props; - //实训首页筛选的移入和点击事件 - $(".shaiItem").hover(function(){ - var hei=parseInt($(".shaiAllItem").height())-2; - $(this).find(".subshaicontent").css("top", '34px'); - $(this).find(".subshaicontent").show(); - },function(){ - $(this).find(".subshaicontent").hide(); - }); - - $(".shaiItem").live("click",function(){ - $(".shaiItem").removeClass("active"); - $(this).addClass("active"); - $(".subshaicontent").hide(); - }); - - $(".subshaicontent").live("click", function(event){ - $(".subshaicontent").hide(); - event.stopPropagation(); - }); + // //实训首页筛选的移入和点击事件 + // $(".shaiItem").hover(function(){ + // var hei=parseInt($(".shaiAllItem").height())-2; + // $(this).find(".subshaicontent").css("top", '34px'); + // $(this).find(".subshaicontent").show(); + // },function(){ + // $(this).find(".subshaicontent").hide(); + // }); + // + // $(".shaiItem").live("click",function(){ + // $(".shaiItem").removeClass("active"); + // $(this).addClass("active"); + // $(".subshaicontent").hide(); + // }); + // + // $(".subshaicontent").live("click", function(event){ + // $(".subshaicontent").hide(); + // event.stopPropagation(); + // }); + + let overlaymenu=(item,id)=>( + + { + item.map((list,k)=>{ + return( + +
+ {list.name} +
+ { + list.tags.map((tag,e)=>{ + return( + {tag.name} + ) + }) + } +
+
+
+ ) + }) + } +
+ ) + return (
@@ -236,36 +213,39 @@ render() { 方向:
  • 全部
  • - { - shixunhoverData.map((item,key)=>{ - - return( -
  • - {item.name} -
    - { - item.sub_repertoires.map((list,k)=>{ - return( -
    - {list.name} -
    - { - list.tags.map((tag,e)=>{ - return( - {tag.name} - ) - }) - } -
    -
    - ) - }) - } -
    -
  • - ) - }) - } + + { + shixunhoverData.map((item,key)=>{ + return( + +
  • + {item.name} +
  • +
    + ) + }) + } + +
    @@ -297,32 +277,7 @@ render() {
  • this.diff_search(3)}>高级学员
  • this.diff_search(4)}>顶级学员
  • - {/*
    */} - {/*/!**!/*/} - {/**/} - {/*
    */} - {/*
    */} - {/* this.Input_search(value)}*/} - {/*enterButton*/} - {/*/>*/} - {/*
    */} +