Commit 4aa3a029 by 姜雷

修改按钮及标题文字

parent 3e7cf103
......@@ -105,7 +105,7 @@ class EquipmentTest extends Component {
<i className='linkIcon'>
<img src={testIcon} alt='' />
</i>
<span>测试放水</span>
<span>测试吹风</span>
</div>
</div>
</div>
......
......@@ -48,7 +48,7 @@ export class Index extends React.Component {
<i className='linkIcon'>
<img src={testIcon} alt='' />
</i>
<span>测试放水</span>
<span>测试吹风</span>
</Link>
<Link
className='linkItem'
......
......@@ -20,7 +20,7 @@ export class Index extends React.Component {
componentWillMount() {
const { setTitle } = this.props;
setTitle('测试放水');
setTitle('测试吹风');
}
componentDidMount() {
this.createBarcode();
......
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