save
This commit is contained in:
commit
78cf50fdc9
|
|
@ -85,6 +85,7 @@ function AboutUs(){
|
|||
<a className={selectTitle === 1 ? "active" : ""} href="#value1" onClick={() => setSelectTitle(1)}>关于我们</a>
|
||||
<a className={selectTitle === 2 ? "active" : ""} href="#value2" onClick={() => setSelectTitle(2)}>平台统计</a>
|
||||
<a className={selectTitle === 3 ? "active" : ""} href="#value3" onClick={() => setSelectTitle(3)}>加入我们</a>
|
||||
<a className={selectTitle === 5 ? "active" : ""} href="#value5" onClick={() => setSelectTitle(5)}>精选组织</a>
|
||||
<a className={selectTitle === 4 ? "active" : ""} href="#value4" onClick={() => setSelectTitle(4)}>合作单位</a>
|
||||
</div>
|
||||
<div className="aboutUs">
|
||||
|
|
@ -280,6 +281,7 @@ function AboutUs(){
|
|||
{/* 精选组织 */}
|
||||
|
||||
<div className="about_team">
|
||||
<a id="value5" className="mao"></a>
|
||||
<div className="au_title">精选组织</div>
|
||||
{
|
||||
teamlist && teamlist.length > 0 &&
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 50 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 82 KiB |
Loading…
Reference in New Issue