|
|
@ -1,5 +1,6 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<view :class="productConClass"> |
|
|
|
<view :class="productConClass"> |
|
|
|
|
|
|
|
<view v-if="storeInfo.id"> |
|
|
|
<product-con-swiper :img-urls="storeInfo.sliderImageArr"></product-con-swiper> |
|
|
|
<product-con-swiper :img-urls="storeInfo.sliderImageArr"></product-con-swiper> |
|
|
|
<view class="wrapper"> |
|
|
|
<view class="wrapper"> |
|
|
|
<view class="share acea-row row-between row-bottom"> |
|
|
|
<view class="share acea-row row-between row-bottom"> |
|
|
@ -24,7 +25,11 @@ |
|
|
|
<text>库存:{{ storeInfo.stock }}{{ storeInfo.unitName }}</text> |
|
|
|
<text>库存:{{ storeInfo.stock }}{{ storeInfo.unitName }}</text> |
|
|
|
<text>销量:{{ storeInfo.sales }}{{ storeInfo.unitName }}</text> |
|
|
|
<text>销量:{{ storeInfo.sales }}{{ storeInfo.unitName }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="coupon acea-row row-between-wrapper" @click="couponTap" v-if="couponList.length"> |
|
|
|
<view |
|
|
|
|
|
|
|
class="coupon acea-row row-between-wrapper" |
|
|
|
|
|
|
|
@click="couponTap" |
|
|
|
|
|
|
|
v-if="couponList.length" |
|
|
|
|
|
|
|
> |
|
|
|
<text class="hide line1 acea-row"> |
|
|
|
<text class="hide line1 acea-row"> |
|
|
|
<text>优惠券:</text> |
|
|
|
<text>优惠券:</text> |
|
|
|
<text |
|
|
|
<text |
|
|
@ -178,6 +183,7 @@ |
|
|
|
<canvas class="posterCanvas" canvas-id="myCanvas"></canvas> |
|
|
|
<canvas class="posterCanvas" canvas-id="myCanvas"></canvas> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
<script> |
|
|
@ -729,7 +735,6 @@ export default { |
|
|
|
width: 0.76 * 100rpx; |
|
|
|
width: 0.76 * 100rpx; |
|
|
|
height: 0.76 * 100rpx; |
|
|
|
height: 0.76 * 100rpx; |
|
|
|
margin-right: 0.2 * 100rpx; |
|
|
|
margin-right: 0.2 * 100rpx; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.product-con .store-info .info .picTxt .pictrue image { |
|
|
|
.product-con .store-info .info .picTxt .pictrue image { |
|
|
|