Commit 7ffe012b by 万亚飞

title

parent d2ad9133
...@@ -72,13 +72,13 @@ class JobList extends Component { ...@@ -72,13 +72,13 @@ class JobList extends Component {
}; };
} }
componentWillMount() { componentWillMount() {
setTitle('执业背景');
// document.title = '执业背景'; // document.title = '执业背景';
this.setState({ this.setState({
tabIndex: parseInt(getParameterByName('index', location.href)) || 0 tabIndex: parseInt(getParameterByName('index', location.href)) || 0
}); });
} }
componentDidMount() { componentDidMount() {
setTitle('执业背景');
app().downRefresh(true); app().downRefresh(true);
app().notRefresh(true); app().notRefresh(true);
this.initData(); this.initData();
......
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