mobile video page edit

This commit is contained in:
joshen
2024-07-29 21:30:55 +08:00
parent fe310b2a71
commit e14ca569f6
6 changed files with 238 additions and 54 deletions

View File

@@ -78,7 +78,6 @@ const studyInfo = function(courseId) {
* @param {Object} contentId
*/
const getStudyContentItem = function(studyId,contentId) {
console.log(1111)
return ajax.post('/xboe/school/study/course/study-course-content',{studyId,contentId});
}