Commit 3a79feda by FE

push

parent 01f2a48e
...@@ -84,7 +84,7 @@ class PythonClass extends Component { ...@@ -84,7 +84,7 @@ class PythonClass extends Component {
const { history } = this.props; const { history } = this.props;
const { isShare, entryMode } = this.state; const { isShare, entryMode } = this.state;
if(browser.isWeixin) { 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({ this.setState({
entryMode: 1 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