|
@@ -76,7 +76,7 @@
|
|
|
</div>
|
|
|
<a class="slide_icon_item goTop" @click="handlerNav({id: 0})" v-if="activeId !== 0"></a>
|
|
|
</div>
|
|
|
- <div id="fullpage" ref="fullPage" v-if="showContent">
|
|
|
+ <div id="fullpage" ref="fullPage" v-if="showContent" @tuach="">
|
|
|
<div id="zeroPage" class="page section" >
|
|
|
<el-carousel arrow="always" :interval="4000" v-if="activeId === 0">
|
|
|
<el-carousel-item>
|
|
@@ -404,9 +404,9 @@
|
|
|
</div>
|
|
|
<div class="text_info" v-else>
|
|
|
<div class="text_info_contain" v-html="textContent" v-if="textContent"></div>
|
|
|
-<!-- <!– 底部区域 end –>-->
|
|
|
-<!-- <template th:replace="components/footer"></template>-->
|
|
|
-<!-- <template th:replace="components/foot-link"></template>-->
|
|
|
+ <!-- 底部区域 end -->
|
|
|
+ <template th:replace="components/footer"></template>
|
|
|
+ <template th:replace="components/foot-link"></template>
|
|
|
|
|
|
</div>
|
|
|
</div>
|