xuqiaoying il y a 3 ans
Parent
commit
21cda31203
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      pages3/live/detail.vue

+ 1 - 0
pages3/live/detail.vue

@@ -1549,6 +1549,7 @@ export default {
           moduleId: parseInt(self.moduleId),
 					orderGoodsId: this.orderGoodsId,
         };
+        // 获取用户节的最后一次学习记录/study/record/last
         self.$api.recordLast(data).then((res) => {
           resolve(res.data.data);
         });