Tang 2 years ago
parent
commit
4adbe1dd2b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/pages/live-detail/index.vue

+ 2 - 0
src/pages/live-detail/index.vue

@@ -5578,6 +5578,7 @@ export default {
           gradeId: parseInt(self.gradeId),
           chapterId: parseInt(self.chapterId),
           moduleId: parseInt(self.moduleId),
+          orderGoodsId: this.orderGoodsId,
         };
         this.$request.getPhotoLastRecord(data).then((res) => {
           //清空历史数据
@@ -5776,6 +5777,7 @@ export default {
           photoNum: parseInt(self.photoNum),
           chapterId: parseInt(self.chapterId),
           moduleId: parseInt(self.moduleId),
+          orderGoodsId: this.orderGoodsId,
           timeInterval: postTime ? self.photoList.join(",") : "",
         };
         console.log("提交接口", data);