This commit is contained in:
@fawn-nine
2024-07-01 10:23:36 +08:00
parent 791691b526
commit 6d19afdb7a
2 changed files with 120 additions and 0 deletions

View File

@@ -223,6 +223,7 @@
</template>
<view style="background-color: red;position: fixed;top: 0;left: 0;right: 0;bottom: 0;" v-show="screenLoading" > </view>
<yk-screenRecord></yk-screenRecord>
<!-- <u-modal
:show="show"
:title="modalInfo.title"
@@ -238,6 +239,7 @@
<script>
import courseDescription from "@/pages/component/commonComponents/list";
import ykScreenRecord from '@/components/yk-screenRecord/yk-screenRecord';
import curriculumMp3 from "./mp3Detail.vue";
import price from "./price/index.vue";
@@ -248,6 +250,7 @@ export default {
courseDescription, //课程说明
price, //课程价格
curriculumMp3, //mp3
ykScreenRecord
},
data() {
return {