Browse Source

分页

master
rose 4 years ago
parent
commit
4297ee382e
  1. 4
      src/views/Business/Children/Business.vue

4
src/views/Business/Children/Business.vue

@ -8,7 +8,7 @@
<div style="height: 500px">
<div v-if="item.type === 1">
<!-- <iframe frameborder="0" height=300px width=100% src='https://player.youku.com/embed/XNTE0MjU3MjEwMA=='></iframe> -->
<iframe frameborder="0" height=300px width=100% :src="item.contentUrl"></iframe>
<iframe frameborder="0" height="300px" width="100%" :src="item.contentUrl"></iframe>
</div>
<!-- <video v-if="item.type !== 3" :poster="item.picUrl" controls style="width: 100%; height: 300px">
<source :src="item.contentUrl" type="video/mp4" />
@ -70,7 +70,7 @@ export default {
title: '创业学院',
list: [],
current: 1,
pageSize: 3,
pageSize: 6,
total: 10,
typeNum: '',
bannerNum: [],

Loading…
Cancel
Save