|
@@ -107,7 +107,7 @@
|
|
|
</br>促销时间:{{promotions.beginTime}}~{{promotions.endTime}}
|
|
|
</p>
|
|
|
<div class="activepro" v-for="promotions in giftData">
|
|
|
- <a :href="'/product/detail.shtml?id='+promotions.productId" target="_blank">
|
|
|
+ <a :href="'/product-'+promotions.productId+'.html'" target="_blank">
|
|
|
<div class="activeimg">
|
|
|
<img :src="promotions.image">
|
|
|
</div>
|
|
@@ -177,17 +177,6 @@
|
|
|
<a style="color: #E15616" href="javascript:0" class="loginWithParam">购买下列商品,满1000.00,减500.00</a>
|
|
|
</br>促销时间:{{promotions.beginTime}}~{{promotions.endTime}}
|
|
|
</p>
|
|
|
-<!-- <div class="activepro" v-for="promotions in giftData">-->
|
|
|
-<!-- <a :href="'/product/detail.shtml?id='+promotions.productId" target="_blank">-->
|
|
|
-<!-- <div class="activeimg">-->
|
|
|
-<!-- <img :src="promotions.image">-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="activeright">-->
|
|
|
-<!-- <p>{{promotions.name}}</p>-->
|
|
|
-<!-- <p>x1</p>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </a>-->
|
|
|
-<!-- </div>-->
|
|
|
<button class="activeBtn" @click="activeBtn" v-show="isShow">了解</button>
|
|
|
</div>
|
|
|
<div class="activityBox" v-show="isShow" v-if="promotions.type==2&&promotions.mode==3">
|
|
@@ -196,20 +185,9 @@
|
|
|
<a style="color: #E15616" href="javascript:0" class="loginWithParam">购买此商品,满1000.00</a>
|
|
|
</br>促销时间:{{promotions.beginTime}}~{{promotions.endTime}}
|
|
|
</p>
|
|
|
-<!-- <div class="activepro" v-for="promotions in giftData">-->
|
|
|
-<!-- <a :href="'/product/detail.shtml?id='+promotions.productId" target="_blank">-->
|
|
|
-<!-- <div class="activeimg">-->
|
|
|
-<!-- <img :src="promotions.image">-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="activeright">-->
|
|
|
-<!-- <p>{{promotions.name}}</p>-->
|
|
|
-<!-- <p>x1</p>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </a>-->
|
|
|
-<!-- </div>-->
|
|
|
<p href="javascript:0" class="loginWithParam">赠送商品:</p>
|
|
|
<div class="activepro" v-for="promotions in giftData">
|
|
|
- <a :href="'/product/detail.shtml?id='+promotions.productId" target="_blank">
|
|
|
+ <a :href="'/product-'+promotions.productId+'.html'" target="_blank">
|
|
|
<div class="activeimg">
|
|
|
<img :src="promotions.image">
|
|
|
</div>
|
|
@@ -280,7 +258,7 @@
|
|
|
<ul class="swiper-wrapper" v-cloak>
|
|
|
<li class="swiper-slide" v-for="p in recommends">
|
|
|
<div class="item">
|
|
|
- <a class="image" :href="'/product/detail.html?id='+p.id" target="_blank">
|
|
|
+ <a class="image" :href="'/product-'+p.id+'.html'" target="_blank">
|
|
|
<img :src="p.image" :alt="p.name">
|
|
|
<span v-html="p.name"></span>
|
|
|
</a>
|