Commit 0fca1787 authored by 吕祺's avatar 吕祺 ⛹🏽

change 新技术 to 新科技

parent 668731de
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
......@@ -21,7 +21,7 @@ export default class PortfolioPage extends Component {
mounted: false
}
this.showAll = this.setShowType.bind(this, 'all')
this.showTech = this.setShowType.bind(this, '新技术')
this.showTech = this.setShowType.bind(this, '新科技')
this.showConsumption = this.setShowType.bind(this, '新消费')
this.showHealth = this.setShowType.bind(this, '医疗健康')
}
......@@ -165,7 +165,7 @@ export default class PortfolioPage extends Component {
<div
className={classnames({
'portfolio-select-tech': true,
'portfolio-active': showType === '新技术'
'portfolio-active': showType === '新科技'
})}
onClick={this.showTech}
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment