|
@@ -52,7 +52,7 @@
|
|
|
<div class="model" v-if="modelShow">
|
|
|
<div class="ifrCon" ref="ifrCon" :class="{ ifrConFull: fullscreen }">
|
|
|
<!-- 全屏显示的标题 -->
|
|
|
- <div class="fullTitle" v-if="fullscreen">{{ txtInfo.name }}</div>
|
|
|
+ <div class="fullTitle" v-if="fullscreen&&txtInfo.type !== 'img'">{{ txtInfo.name }}</div>
|
|
|
<img
|
|
|
:src="baseURL + txtInfo.thumb"
|
|
|
alt=""
|
|
@@ -64,7 +64,6 @@
|
|
|
class="fullM"
|
|
|
:class="{ fullX: fullscreen }"
|
|
|
@click="screen"
|
|
|
- v-if="txtInfo.type === 'model'"
|
|
|
>
|
|
|
<img src="@/assets/img/close.png" alt="" v-if="fullscreen" />
|
|
|
<img src="@/assets/img/tab3Full.png" alt="" v-else />
|