|
@@ -269,6 +269,7 @@
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
<view v-else style="text-align: center">暂无讲义</view>
|
|
<view v-else style="text-align: center">暂无讲义</view>
|
|
|
|
+ <handouts-box :list="fileList"></handouts-box>
|
|
</view>
|
|
</view>
|
|
<!--笔记 -->
|
|
<!--笔记 -->
|
|
<view v-show="current == 2">
|
|
<view v-show="current == 2">
|
|
@@ -792,6 +793,7 @@ import plv from "../static/polyv-sdk/index";
|
|
import courseModule from "@/components/course/courseModule.vue";
|
|
import courseModule from "@/components/course/courseModule.vue";
|
|
import courseChapter from "@/components/course/courseChapter.vue";
|
|
import courseChapter from "@/components/course/courseChapter.vue";
|
|
import courseSection from "@/components/course/courseSection.vue";
|
|
import courseSection from "@/components/course/courseSection.vue";
|
|
|
|
+import handoutsBox from "@/components/course/handoutsBox.vue";
|
|
import PopupPhoto from "@/components/popup/index.vue";
|
|
import PopupPhoto from "@/components/popup/index.vue";
|
|
import { mapGetters, mapMutations } from "vuex";
|
|
import { mapGetters, mapMutations } from "vuex";
|
|
var polyvPlayerContext = null;
|
|
var polyvPlayerContext = null;
|
|
@@ -801,6 +803,7 @@ export default {
|
|
courseChapter,
|
|
courseChapter,
|
|
courseSection,
|
|
courseSection,
|
|
PopupPhoto,
|
|
PopupPhoto,
|
|
|
|
+ handoutsBox,
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
@@ -925,6 +928,76 @@ export default {
|
|
pauseTimer: null,
|
|
pauseTimer: null,
|
|
barTimer: null,
|
|
barTimer: null,
|
|
isReach: false,
|
|
isReach: false,
|
|
|
|
+ fileList: [
|
|
|
|
+ {
|
|
|
|
+ fileId: 501,
|
|
|
|
+ url: null,
|
|
|
|
+ urlName: "1微信图片2微信图片2微信图片2微信图片2微信图片2微信图片2微信图片2",
|
|
|
|
+ status: 1,
|
|
|
|
+ handoutsId: 1557,
|
|
|
|
+ sort: 1,
|
|
|
|
+ type: 2,
|
|
|
|
+ parentId: 0,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ fileId: 502,
|
|
|
|
+ url: null,
|
|
|
|
+ urlName: "2",
|
|
|
|
+ status: 1,
|
|
|
|
+ handoutsId: 1557,
|
|
|
|
+ sort: 1,
|
|
|
|
+ type: 2,
|
|
|
|
+ parentId: 501,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ fileId: 504,
|
|
|
|
+ url: "oss/images/certificate/20230411/1681201704754.jpg",
|
|
|
|
+ urlName: "微信图片1微信图片2微信图片2微信图片2微信图片2微信图片2微信图片2微信图片2",
|
|
|
|
+ status: 1,
|
|
|
|
+ handoutsId: 1557,
|
|
|
|
+ sort: 1,
|
|
|
|
+ type: 1,
|
|
|
|
+ parentId: 503,
|
|
|
|
+ children: null,
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ fileId: 506,
|
|
|
|
+ url: null,
|
|
|
|
+ urlName: "3",
|
|
|
|
+ status: 1,
|
|
|
|
+ handoutsId: 1557,
|
|
|
|
+ sort: 1,
|
|
|
|
+ type: 2,
|
|
|
|
+ parentId: 501,
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ fileId: 502,
|
|
|
|
+ url: null,
|
|
|
|
+ urlName: "zhiyuan(修改终版-02)",
|
|
|
|
+ status: 1,
|
|
|
|
+ handoutsId: 1557,
|
|
|
|
+ sort: 1,
|
|
|
|
+ type: 2,
|
|
|
|
+ parentId: 0,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ fileId: 504,
|
|
|
|
+ url: "oss/images/certificate/20230411/1681201704754.jpg",
|
|
|
|
+ urlName: "微信图片1.jpg",
|
|
|
|
+ status: 1,
|
|
|
|
+ handoutsId: 1557,
|
|
|
|
+ sort: 1,
|
|
|
|
+ type: 1,
|
|
|
|
+ parentId: 503,
|
|
|
|
+ children: null,
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
};
|
|
};
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|