Commit 91f11cc9 by FE

Merge branch 'pythonClass' into dev

parents b2c18a8b 3a79feda
......@@ -84,7 +84,7 @@ class PythonClass extends Component {
const { history } = this.props;
const { isShare, entryMode } = this.state;
if(browser.isWeixin) {
history.replace(`/pythonShare?id=${getParam('id')}&type=${getParam('type')}&ques=${getParam('ques')}&from=python`);
history.push(`/pythonShare?id=${getParam('id')}&type=${getParam('type')}&ques=${getParam('ques')}&from=python`);
this.setState({
entryMode: 1
});
......
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