mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
edit page saveStudyInfo
This commit is contained in:
@@ -409,7 +409,7 @@ export default {
|
|||||||
finishStudyItem(){ //设置完成学习的内容,针对于音视频的内容
|
finishStudyItem(){ //设置完成学习的内容,针对于音视频的内容
|
||||||
if(!this.contentData.studyItemId){
|
if(!this.contentData.studyItemId){
|
||||||
// 这种可能没有,不过这里也是为了万中那个1
|
// 这种可能没有,不过这里也是为了万中那个1
|
||||||
// this.saveStudyInfo(PortalIIndex-02');
|
this.saveStudyInfo();
|
||||||
}else{
|
}else{
|
||||||
let params={
|
let params={
|
||||||
itemId:this.contentData.studyItemId,
|
itemId:this.contentData.studyItemId,
|
||||||
|
|||||||
@@ -1526,7 +1526,7 @@
|
|||||||
finishStudyItem() { //设置完成学习的内容,针对于音视频的内容
|
finishStudyItem() { //设置完成学习的内容,针对于音视频的内容
|
||||||
if (!this.contentData.studyItemId) {
|
if (!this.contentData.studyItemId) {
|
||||||
// 这种可能没有,不过这里也是为了万中那个1
|
// 这种可能没有,不过这里也是为了万中那个1
|
||||||
// this.saveStudyInfo('CoursenewIndex-02');
|
this.saveStudyInfo();
|
||||||
} else {
|
} else {
|
||||||
let params = {
|
let params = {
|
||||||
itemId: this.contentData.studyItemId,
|
itemId: this.contentData.studyItemId,
|
||||||
|
|||||||
Reference in New Issue
Block a user