Commit 6a7eb21e by xuzhenghua

免费试学

parent fcb6fca3
......@@ -119,7 +119,7 @@ class PythonDes extends Component {
}
toLearn = () => {
http.post(`${API['home']}web/python/trial_course`, {course_id: getParam('id')}).then((res) => {
http.post(`${API['home']}/m/it/user/trialCourse`, {course_id: getParam('id')}).then((res) => {
const {code, msg} = res.data
if (code == 200) {
if (!getParam('version')) { // H5
......
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