y595705120 3 years ago
parent
commit
576df6f6fc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/study/course/index.js

+ 1 - 0
pages/study/course/index.js

@@ -93,6 +93,7 @@ Page({
     app.formPost('study.tick', param).then( res => {
       if( res.code == 200){
         item.isFinish = res.data.isFinish
+        item.id = res.data.id;
         if( !res.data.skip ){
           item.position = res.data.position;
         }