|
|
@@ -20,7 +20,7 @@ |
|
|
|
<p class="content">{{ hotList.right[index].content }}</p>
|
|
|
|
</div>
|
|
|
|
<div class="btn">
|
|
|
|
<el-button plain class="more" size="small">MORE</el-button>
|
|
|
|
<el-button plain class="more" size="small" @click="routerToCar">MORE</el-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-carousel-item>
|
|
|
@@ -47,12 +47,10 @@ |
|
|
|
<p class="content" v-html="item.content" />
|
|
|
|
</div>
|
|
|
|
<div class="btn">
|
|
|
|
<el-button plain class="more" size="small">MORE</el-button>
|
|
|
|
<el-button plain class="more" size="small" @click="routerToMate">MORE</el-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="yyzrbimg lr" >
|
|
|
|
<!-- <img :src="daliay.right[index].img" alt=""> -->
|
|
|
|
<!-- <video></video> -->
|
|
|
|
<video :id="'davideo'+index" :src="daliay.right[index].video" @click="videoPlayer(`davideo${index}`, `daplay${index}`)"/>
|
|
|
|
<img class="play" src="@/assets/play.png" @click="videoPlayer(`davideo${index}`, `daplay${index}`)" :id="'daplay'+index">
|
|
|
|
</div>
|
|
|
@@ -110,6 +108,12 @@ export default { |
|
|
|
this.getyuanyuzhouHotList()
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
routerToCar () {
|
|
|
|
this.$router.push({ path: '/information' })
|
|
|
|
},
|
|
|
|
routerToMate () {
|
|
|
|
this.$router.push({ path: '/metadaily' })
|
|
|
|
},
|
|
|
|
async getlunboList () {
|
|
|
|
const { data: { message, data } } = await lunboList()
|
|
|
|
if (message === 'success') {
|
|
|
|