Commit 9ccad92e by wangshuo

Merge branch 'fanchang' into dev

parents 7891809a 22cec3ea
...@@ -303,7 +303,11 @@ class BlessingPreheat extends Component { ...@@ -303,7 +303,11 @@ class BlessingPreheat extends Component {
const {code, data} = res.data const {code, data} = res.data
if (code === 200) { if (code === 200) {
if(data.is_over) { if(data.is_over) {
history.push('/'); if(!getParam('version')) {
history.push('/');
} else {
SendMessageToApp("toQualityCourse");
}
} }
this.setState({ this.setState({
isSign: !!data.today_signed, isSign: !!data.today_signed,
......
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