|
@@ -1,7 +1,7 @@
|
|
|
<html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:schemaLocation="https://www.thymeleaf.org ">
|
|
|
<head>
|
|
|
- <title>快捷运营</title>
|
|
|
+ <title></title>
|
|
|
<meta charset="utf-8"/>
|
|
|
<meta name="referrer" content="never">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
@@ -195,14 +195,14 @@
|
|
|
height="100%"
|
|
|
:src="floorData.floorContent['appletsAdsImage' + (index + 1)]"
|
|
|
alt="/banner.jpg"
|
|
|
- v-if="isMobile"
|
|
|
+ v-if="isMobile && floorData.floorContent['appletsAdsImage' + (index + 1)]"
|
|
|
/>
|
|
|
<img
|
|
|
width="100%"
|
|
|
height="100%"
|
|
|
:src="floorData.floorContent['pcAdsImage' + (index + 1)]"
|
|
|
alt="/banner.jpg"
|
|
|
- v-else
|
|
|
+ v-if="!isMobile && floorData.floorContent['pcAdsImage' + (index + 1)]"
|
|
|
/>
|
|
|
</a>
|
|
|
</div>
|
|
@@ -317,14 +317,14 @@
|
|
|
height="100%"
|
|
|
:src="floorData.floorContent['appletsAdsImage' + (index + 1)]"
|
|
|
alt="/banner.jpg"
|
|
|
- v-if="isMobile"
|
|
|
+ v-if="isMobile && floorData.floorContent['appletsAdsImage' + (index + 1)]"
|
|
|
/>
|
|
|
<img
|
|
|
width="100%"
|
|
|
height="100%"
|
|
|
:src="floorData.floorContent['pcAdsImage' + (index + 1)]"
|
|
|
alt="/banner.jpg"
|
|
|
- v-else
|
|
|
+ v-if="!isMobile && floorData.floorContent['appletsAdsImage' + (index + 1)]"
|
|
|
/>
|
|
|
</a>
|
|
|
</div>
|