|
|
|
@ -91,7 +91,7 @@ export default ({ StatusEnquiry, allUpdatashixunlist, Updatasearchlist }) => {
|
|
|
|
|
<div className="clearfix mb20 shaiContent">
|
|
|
|
|
<span className="shaiTitle fl">方向:</span>
|
|
|
|
|
<div className="fl pr shaiAllItem">
|
|
|
|
|
<a className={searchValue === "a" ? "shaiItem shixun_repertoire active" : "shaiItem shixun_repertoire"} value="a" onClick={onSearchAll}>全部</a>
|
|
|
|
|
<li className={searchValue === "a" ? "shaiItem shixun_repertoire active" : "shaiItem shixun_repertoire"} value="a" onClick={onSearchAll}>全部</li>
|
|
|
|
|
{
|
|
|
|
|
navs.map((item, key) => {
|
|
|
|
|
return (
|
|
|
|
|