Commit 64219d78 authored by zhengke's avatar zhengke

修改

parent ab758c95
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
goWordStudy(obj, Type) { goWordStudy(obj, Type) {
if (obj) { if (obj) {
let url = let url =
`/pages/word/wordStudy?CourseId=${obj.ChapterTree.CourseId}&&ChapterId=${obj.ChapterTree.ChapterId}&&ReviewChapterId=0&&Type=${Type}` `/pages/word/wordStudy?CourseId=${obj.ChapterTree.CourseId}&&ChapterId=${obj.ChapterNo}&&ReviewChapterId=${obj.NextChapterNo}&&Type=${Type}&&ClassId=${obj.ClassId}`
uni.navigateTo({ uni.navigateTo({
url: url url: url
}); });
......
...@@ -128,6 +128,7 @@ ...@@ -128,6 +128,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