|
@@ -23,13 +23,13 @@
|
|
|
<div v-if="isPC" class="bigImage">
|
|
|
<img :src="images[0]">
|
|
|
<span class="mask"></span>
|
|
|
- <span class="cm-product-cover-tag" v-if="pcActType === 1 && isPC">云上美博会</span>
|
|
|
+ <span class="cm-product-cover-tag" v-if="product.pcActType === 1 && isPC">云上美博会</span>
|
|
|
</div>
|
|
|
<div id="swiperImage" class="smallImage swiper-container">
|
|
|
<ul class="swiper-wrapper clear">
|
|
|
<li class="swiper-slide mfc" v-for="img in images">
|
|
|
<img :src="img">
|
|
|
- <span class="cm-product-cover-tag" v-if="pcActType === 0 && !isPC">云上美博会</span>
|
|
|
+ <span class="cm-product-cover-tag" v-if="product.pcActType === 0 && !isPC">云上美博会</span>
|
|
|
</li>
|
|
|
</ul>
|
|
|
<div class="swiper-pagination mfc"></div>
|