|
@@ -2,12 +2,13 @@
|
|
<div id="roomDetail">
|
|
<div id="roomDetail">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="24" class="style">
|
|
<el-col :span="24" class="style">
|
|
- <el-col :span="24" class="top">
|
|
|
|
|
|
+ <videoDetail2></videoDetail2>
|
|
|
|
+ <!-- <el-col :span="24" class="top">
|
|
<NavBar v-show="navShow" :title="title" :isleftarrow="isleftarrow"> </NavBar>
|
|
<NavBar v-show="navShow" :title="title" :isleftarrow="isleftarrow"> </NavBar>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="main">
|
|
<el-col :span="24" class="main">
|
|
- <videoDetail></videoDetail>
|
|
|
|
- </el-col>
|
|
|
|
|
|
+ <videoDetail2></videoDetail2>
|
|
|
|
+ </el-col> -->
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</div>
|
|
</div>
|
|
@@ -17,14 +18,14 @@
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
import NavBar from '@/layout/common/topInfo.vue';
|
|
import NavBar from '@/layout/common/topInfo.vue';
|
|
import footInfo from '@/layout/common/footInfo.vue';
|
|
import footInfo from '@/layout/common/footInfo.vue';
|
|
-import videoDetail from './parts/videoDetail.vue';
|
|
|
|
|
|
+import videoDetail2 from './parts/videoDetail2.vue';
|
|
|
|
|
|
export default {
|
|
export default {
|
|
name: 'roomDetail',
|
|
name: 'roomDetail',
|
|
props: {},
|
|
props: {},
|
|
components: {
|
|
components: {
|
|
- NavBar,
|
|
|
|
- videoDetail, //视频
|
|
|
|
|
|
+ // NavBar,
|
|
|
|
+ videoDetail2, //视频
|
|
},
|
|
},
|
|
data: function() {
|
|
data: function() {
|
|
return {
|
|
return {
|