lsc 2 年之前
父节点
当前提交
ea235f7d8b
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/components/pages/liveRoom.vue

+ 3 - 3
src/components/pages/liveRoom.vue

@@ -814,7 +814,7 @@ export default {
   data() {
     return {
       pdfUrl:
-        "https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/%E4%B8%8A%E8%AF%BE%E8%AF%BE%E4%BB%B6---%E4%BA%94%E4%B8%8Bintroduce%20a%20festival%20%28Final%20%29_202208251543361661413469082.pdf",
+        "https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/%E4%B8%8A%E8%AF%BE%E8%AF%BE%E4%BB%B6---%E4%BA%94%E4%B8%8Bintroduce%20a%20festival%20%28Final%20%29%281%291661829428281.pdf",
       pptImgUrl: "",
       isLoading: false,
       full: false,
@@ -873,7 +873,7 @@ export default {
             },
           ],
         },
-        { tools: [9] },
+        "",
         { tools: [9] },
         { tools: [9] },
         { tools: [9] },
@@ -902,7 +902,6 @@ export default {
           ],
         },
         { tools: [9] },
-        "",
         { tools: [3, 28] },
         { tools: [16] },
         { tools: [14] },
@@ -1207,6 +1206,7 @@ export default {
     selectStudentByScoolPPt(type) {
       let params = {
         oid: this.oid,
+        cid: this.cid,
       };
       this.ajax
         .get(this.$store.state.api + "selectStudentByScoolPPt", params)