|
@ -12,8 +12,8 @@
|
12
|
12
|
</t-select>
|
13
|
13
|
</div>
|
14
|
14
|
<div class="page-bottom">
|
15
|
|
<div v-for="(item,index) in videoList" :key="index" :value="item.id" style="width:400px;margin:24px 0px 0 24px;">
|
16
|
|
<rtmp-video :list="getVideoPlayList(item)" @goDistinguishRecord="goDistinguishRecord" @videoReplay="handleReview"></rtmp-video>
|
|
15
|
<div v-for="(item,index) in videoList" :key="index" :value="item.resourceToolId" style="width:400px;margin:24px 0px 0 24px;">
|
|
16
|
<rtmp-video :list="getVideoPlayList(item)" @goDistinguishRecord="goDistinguishRecord(item.resourceToolId)" @videoReplay="handleReview"></rtmp-video>
|
17
|
17
|
</div>
|
18
|
18
|
</div>
|
19
|
19
|
<t-pager :page-size="videoPageSize" :current="videoCurrent" :total="videoTotal" :sizer-range="[ 5, 10, 20, 30 ]" class="pager" show-elevator @on-change="onChangeGate"></t-pager>
|