|
@@ -179,6 +179,20 @@
|
|
|
<view class="none-text">此商品已{{ goodsData.disabledText }},请浏览以下推荐商品~</view>
|
|
|
<view class="none-text">咨询类似商品,请联系客服!</view>
|
|
|
</view>
|
|
|
+ <!-- 优惠券 -->
|
|
|
+ <view
|
|
|
+ class="product-parameter coupon"
|
|
|
+ v-if="isShowButton && productCoupon.length > 0"
|
|
|
+ @click="showPopup(2)"
|
|
|
+ >
|
|
|
+ <text class="title">优惠券:</text>
|
|
|
+ <view class="coupon">
|
|
|
+ <text class="tags" v-for="(coupon, index) in productCoupon.slice(0, 3)" :key="index">
|
|
|
+ 满{{ coupon.touchPrice }}减{{ coupon.couponAmount }}
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <text class="iconfont icon-xiayibu"></text>
|
|
|
+ </view>
|
|
|
<!-- 选择规格 -->
|
|
|
<view class="product-parameter" v-if="isShowButton || userIdentity === 1" @click="showPopup(3)">
|
|
|
<text class="title">选择:</text> <text class="name">共{{ skusCount }}种规格可选</text>
|
|
@@ -212,20 +226,7 @@
|
|
|
<text class="iconfont icon-xiayibu"></text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <!-- 优惠券 -->
|
|
|
- <view
|
|
|
- class="product-parameter coupon"
|
|
|
- v-if="isShowButton && productCoupon.length > 0"
|
|
|
- @click="showPopup(2)"
|
|
|
- >
|
|
|
- <text class="title">优惠券:</text>
|
|
|
- <view class="coupon">
|
|
|
- <text class="tags" v-for="(coupon, index) in productCoupon.slice(0, 3)" :key="index">
|
|
|
- 满{{ coupon.touchPrice }}减{{ coupon.couponAmount }}
|
|
|
- </text>
|
|
|
- </view>
|
|
|
- <text class="iconfont icon-xiayibu"></text>
|
|
|
- </view>
|
|
|
+
|
|
|
<!-- 仪器培训方案 -->
|
|
|
<view
|
|
|
class="product-parameter"
|