Tang %!s(int64=2) %!d(string=hai) anos
pai
achega
4adbe1dd2b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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);