|
|
@ -66,7 +66,7 @@ |
|
|
|
<wybPopup ref="popup" type="bottom" width="500" scrollY="true" radius="6" :showCloseIcon="true"> |
|
|
|
<wybPopup ref="popup" type="bottom" width="500" scrollY="true" radius="6" :showCloseIcon="true"> |
|
|
|
<view class="fotct font18 fontwig6 fcor333 mart10 height30">优惠券包</view> |
|
|
|
<view class="fotct font18 fontwig6 fcor333 mart10 height30">优惠券包</view> |
|
|
|
<view class="width92 height110 tccs mart10" v-for="product in goodsData.discountList" :key="product.id"> |
|
|
|
<view class="width92 height110 tccs mart10" v-for="product in goodsData.discountList" :key="product.id"> |
|
|
|
<image mode="widthFix" class="flleft" src="../../static/img/logo.png"></image> |
|
|
|
<image mode="widthFix" class="flleft" :src="imageUrl+product.discountDetail.discountImg"></image> |
|
|
|
<view class="tcrig"> |
|
|
|
<view class="tcrig"> |
|
|
|
<view class="font16 fontwig6 fcor333 text2">{{ product.discountDetail.discountName}}</view> |
|
|
|
<view class="font16 fontwig6 fcor333 text2">{{ product.discountDetail.discountName}}</view> |
|
|
|
<view class="font14 fcor999 mart5">数量: x{{product.num}}</view> |
|
|
|
<view class="font14 fcor999 mart5">数量: x{{product.num}}</view> |
|
|
|