Commit 5626ad16 by wangshuo

Merge branch 'pythonForApp' into pre

parents 5c6c3e89 1296b642
......@@ -100,6 +100,7 @@ class Python extends Component {
})
}else{
this.setState({
backwardVersion: false,
isPay: data.course_info.is_pay
})
}
......@@ -110,9 +111,15 @@ class Python extends Component {
})
}else{
this.setState({
backwardVersion: false,
isPay: data.course_info.is_pay
})
}
} else {
this.setState({
backwardVersion: false,
isPay: data.course_info.is_pay
})
}
}
})
......
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