|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
v-if="index < colNum * i && index >= colNum * (i - 1)"
|
|
|
|
|
:key="'col-' + index"
|
|
|
|
|
>
|
|
|
|
|
<div class="imgList" @click="handleShowHistory(item)">
|
|
|
|
|
<div class="imgList">
|
|
|
|
|
<!-- <viewer
|
|
|
|
|
:options="OptionssalseImg"
|
|
|
|
|
v-if="item.path !== null && item.path.indexOf('videos') == -1"
|
|
|
|
@ -48,6 +48,7 @@
|
|
|
|
|
<img :src="item.path + '!1366x768'" />
|
|
|
|
|
</viewer> -->
|
|
|
|
|
<div
|
|
|
|
|
@click="handleShowHistory(item)"
|
|
|
|
|
v-if="item.path !== null && item.path.indexOf('videos') == -1"
|
|
|
|
|
class="bigpic"
|
|
|
|
|
:style="
|
|
|
|
@ -59,6 +60,7 @@
|
|
|
|
|
<img :src="item.path + '!1366x768'" />
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
@click="handleShowHistory(item)"
|
|
|
|
|
class="bigpic"
|
|
|
|
|
v-else-if="
|
|
|
|
|
item.path !== null && item.path.indexOf('videos') !== -1
|
|
|
|
@ -72,7 +74,7 @@
|
|
|
|
|
></video>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="bigpic" v-else>
|
|
|
|
|
<img src="../../assets/img/nopic.jpg" />
|
|
|
|
|
<img src="../../assets/img/nopic.jpg" style="cursor: default" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="picInfo">
|
|
|
|
|
<p>
|
|
|
|
|