|
@@ -26,8 +26,8 @@
|
|
<div class="section_main four">
|
|
<div class="section_main four">
|
|
<!-- <div class="pageNoChangeLeft isActivePage" @click="changePageNoLeft( firstEntryList[0].id!== 1 || isAuthActiveNum !== 0)" v-if="isPC"><</div>-->
|
|
<!-- <div class="pageNoChangeLeft isActivePage" @click="changePageNoLeft( firstEntryList[0].id!== 1 || isAuthActiveNum !== 0)" v-if="isPC"><</div>-->
|
|
<!-- <div class="pageNoChangeRight isActivePage" @click="changePageNoRight(firstEntryList[0].id === 1)" v-if="isPC">></div>-->
|
|
<!-- <div class="pageNoChangeRight isActivePage" @click="changePageNoRight(firstEntryList[0].id === 1)" v-if="isPC">></div>-->
|
|
- <div class="pageNoChangeLeft" :class="isActivePageLeft ? 'isActivePage' : ''" @click="changePageNoLeft" v-if="isPC"><</div>
|
|
|
|
- <div class="pageNoChangeRight" :class="isActivePageRight ? 'isActivePage' : ''" @click="changePageNoRight" v-if="isPC">></div>
|
|
|
|
|
|
+ <div class="pageNoChangeLeft" :class="isActivePageLeft ? 'isActivePage' : ''" @click="changePageNoLeft" v-if="isPC" v-cloak><</div>
|
|
|
|
+ <div class="pageNoChangeRight" :class="isActivePageRight ? 'isActivePage' : ''" @click="changePageNoRight" v-if="isPC" v-cloak>></div>
|
|
<div class="inner">
|
|
<div class="inner">
|
|
<div class="title">
|
|
<div class="title">
|
|
<h1>正品查询快捷入口</h1>
|
|
<h1>正品查询快捷入口</h1>
|
|
@@ -48,20 +48,20 @@
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
- <el-carousel indicator-position="outside" height="500px" ref="pcSwiper" :autoplay="false">
|
|
|
|
|
|
+ <el-carousel indicator-position="outside" height="500px" ref="pcSwiper" :autoplay="false" v-if="firstEntryList">
|
|
<el-carousel-item>
|
|
<el-carousel-item>
|
|
<div class="section_li li1" v-for="(item, index) in firstEntryList" :key="index" v-if="index<4" @click="changePageNoLink(index, item)">
|
|
<div class="section_li li1" v-for="(item, index) in firstEntryList" :key="index" v-if="index<4" @click="changePageNoLink(index, item)">
|
|
<div class="box front">
|
|
<div class="box front">
|
|
<img :src="item.logo" alt="" class="icon">
|
|
<img :src="item.logo" alt="" class="icon">
|
|
- <h1>{{ item.name }}</h1>
|
|
|
|
- <p><el-button :plain="true" @click="changePageNoLink(index, item)">立即查看</el-button></p>
|
|
|
|
|
|
+ <h1 v-cloak>{{ item.name }}</h1>
|
|
|
|
+ <p><el-button :plain="true" @click="changePageNoLink(index, item)" v-cloak>立即查看</el-button></p>
|
|
</div>
|
|
</div>
|
|
<div class="box back">
|
|
<div class="box back">
|
|
<div :class="item.className"></div>
|
|
<div :class="item.className"></div>
|
|
<div class="content-box">
|
|
<div class="content-box">
|
|
<img :src="item.logo" alt="" class="icon">
|
|
<img :src="item.logo" alt="" class="icon">
|
|
- <h1>{{ item.name }}</h1>
|
|
|
|
- <p><el-button @click="changePageNoLink(index, item)" :plain="true" style="border: 1px solid #fff;">立即查看</el-button></p>
|
|
|
|
|
|
+ <h1 v-cloak>{{ item.name }}</h1>
|
|
|
|
+ <p><el-button @click="changePageNoLink(index, item)" :plain="true" style="border: 1px solid #fff;" v-cloak>立即查看</el-button></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -70,15 +70,15 @@
|
|
<div class="section_li li1" v-for="(item, index) in firstEntryList" :key="index" v-if="index>3" @click="changePageNoLink(index, item)">
|
|
<div class="section_li li1" v-for="(item, index) in firstEntryList" :key="index" v-if="index>3" @click="changePageNoLink(index, item)">
|
|
<div class="box front">
|
|
<div class="box front">
|
|
<img :src="item.logo" alt="" class="icon">
|
|
<img :src="item.logo" alt="" class="icon">
|
|
- <h1 :class="isAuthActiveNum === index ? 'isAuthH1' : ''">{{ item.name }}</h1>
|
|
|
|
- <p><el-button :plain="true" @click="changePageNoLink(index, item)">立即查看</el-button></p>
|
|
|
|
|
|
+ <h1 :class="isAuthActiveNum === index ? 'isAuthH1' : ''" v-cloak>{{ item.name }}</h1>
|
|
|
|
+ <p><el-button :plain="true" @click="changePageNoLink(index, item)" v-cloak>立即查看</el-button></p>
|
|
</div>
|
|
</div>
|
|
<div class="box back">
|
|
<div class="box back">
|
|
<div :class="item.className"></div>
|
|
<div :class="item.className"></div>
|
|
<div class="content-box">
|
|
<div class="content-box">
|
|
<img :src="item.logo" alt="" class="icon">
|
|
<img :src="item.logo" alt="" class="icon">
|
|
- <h1>{{ item.name }}</h1>
|
|
|
|
- <p><el-button @click="changePageNoLink(index, item)" :plain="true">立即查看</el-button></p>
|
|
|
|
|
|
+ <h1 v-cloak>{{ item.name }}</h1>
|
|
|
|
+ <p><el-button @click="changePageNoLink(index, item)" :plain="true" v-cloak>立即查看</el-button></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -91,17 +91,17 @@
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<!-- </div>-->
|
|
<div class="section_content" v-if="!isPC">
|
|
<div class="section_content" v-if="!isPC">
|
|
- <div>
|
|
|
|
|
|
+ <div v-if="firstEntryList">
|
|
<el-carousel indicator-position="outside" ref="nop" height="600px" :autoplay="false">
|
|
<el-carousel indicator-position="outside" ref="nop" height="600px" :autoplay="false">
|
|
- <div @touchmove="move($event)" @touchstart="start($event)">
|
|
|
|
|
|
+ <div @touchmove="move($event)" @touchstart="start($event)" v-if="firstEntryList">
|
|
<el-carousel-item>
|
|
<el-carousel-item>
|
|
<div v-for="(item, index) in firstEntryList" :key="item.id" v-if="index < 4" class="authlistH5" @click="changePageNoLink(index, item)">
|
|
<div v-for="(item, index) in firstEntryList" :key="item.id" v-if="index < 4" class="authlistH5" @click="changePageNoLink(index, item)">
|
|
<div>
|
|
<div>
|
|
<img :src="item.logo" alt="" class="icon">
|
|
<img :src="item.logo" alt="" class="icon">
|
|
</div>
|
|
</div>
|
|
- <div>{{item.name}}</div>
|
|
|
|
|
|
+ <div v-cloak>{{item.name}}</div>
|
|
<div>
|
|
<div>
|
|
- <el-button @click="changePageNoLink(index, item)">立即查看</el-button>
|
|
|
|
|
|
+ <el-button @click="changePageNoLink(index, item)" v-cloak>立即查看</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</el-carousel-item>
|
|
</el-carousel-item>
|
|
@@ -110,9 +110,9 @@
|
|
<div>
|
|
<div>
|
|
<img :src="item.logo" alt="" class="icon">
|
|
<img :src="item.logo" alt="" class="icon">
|
|
</div>
|
|
</div>
|
|
- <div>{{item.name}}</div>
|
|
|
|
|
|
+ <div v-cloak>{{item.name}}</div>
|
|
<div>
|
|
<div>
|
|
- <el-button @click="changePageNoLink(index, item)">立即查看</el-button>
|
|
|
|
|
|
+ <el-button @click="changePageNoLink(index, item)" v-cloak>立即查看</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</el-carousel-item>
|
|
</el-carousel-item>
|