测试
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user