Commit 5e7cb6e7 authored by zhengke's avatar zhengke

修改

parent 1b6d2ec5
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
预计用时10分钟 预计用时10分钟
</view> </view>
<view class="wordBtn" <view class="wordBtn"
@click="jumpPage(`/pages/word/word?CourseId=${pageData.Words.CourseId}&&ChapterId=${pageData.Words.NextCourseNo}&&ReviewChapterId=${pageData.Words.ReviewCourseNo}`)"> @click="jumpPage(`/pages/word/word?CourseId=${pageData.Words.CourseId}&&ChapterId=${pageData.Words.NextCourseNo}&&ReviewChapterId=${pageData.Words.ReviewCourseNo}&&ClassId=${pageData.Words.ClassId}`)">
开始学习 开始学习
</view> </view>
<view class="wordBtn" <view class="wordBtn"
......
...@@ -580,7 +580,7 @@ ...@@ -580,7 +580,7 @@
}); });
}, },
jumpStudyPage(){ jumpStudyPage(){
let url = `/pages/word/word?CourseId=${data.InfoData.Words.CourseId}&&ChapterId=${data.InfoData.Words.NextCourseNo}&&ReviewChapterId=${data.InfoData.Words.ReviewCourseNo}` let url = `/pages/word/word?CourseId=${data.InfoData.Words.CourseId}&&ChapterId=${data.InfoData.Words.NextCourseNo}&&ReviewChapterId=${data.InfoData.Words.ReviewCourseNo}&&ClassId=${data.InfoData.Words.ClassId}`
uni.navigateTo({ uni.navigateTo({
url: url url: url
}); });
......
...@@ -126,6 +126,7 @@ ...@@ -126,6 +126,7 @@
this.readMsg.CourseId = options.CourseId ?? 0; this.readMsg.CourseId = options.CourseId ?? 0;
this.readMsg.ReviewCourseChapterId = options.ReviewChapterId ?? 0; this.readMsg.ReviewCourseChapterId = options.ReviewChapterId ?? 0;
this.readMsg.ChapterId = options.ChapterId ?? 0; this.readMsg.ChapterId = options.ChapterId ?? 0;
this.readMsg.ClassId = options.ClassId ?? 0
}, },
} }
</script> </script>
......
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