|
|
|
@ -47,13 +47,19 @@ |
|
|
|
</view> |
|
|
|
<lf-price :iftext="false" :price="seckill.seckill_price || 0" v-else-if="type == 'seckill'"></lf-price> |
|
|
|
<lf-price :iftext="false" :price="goods_detail.sell_price || 0" v-else></lf-price> |
|
|
|
<text class="lf-iconfont icon-fenxiang lf-font-40" @click="shareGraphic()"></text> |
|
|
|
<button class="share-btn" open-type="share"> |
|
|
|
<text class="lf-iconfont icon-fenxiang lf-font-40"></text> |
|
|
|
</button> |
|
|
|
</view> |
|
|
|
<view class="lf-row-between lf-font-24 lf-m-t-20 lf-p-b-20"> |
|
|
|
<view class="lf-font-bold lf-font-32 lf-color-222">{{ goods_detail.name }}</view> |
|
|
|
</view> |
|
|
|
<view class="lf-row-between lf-font-24 lf-p-b-30"> |
|
|
|
<view class="lf-font-28 lf-color-777 lf-row-between">可自提/可邮寄</view> |
|
|
|
<view class="lf-font-28 lf-color-777 lf-row-between"> |
|
|
|
<text v-if="brand_detail.express && !brand_detail.pick_self">可邮寄</text> |
|
|
|
<text v-else-if="!brand_detail.express && brand_detail.pick_self">可自提</text> |
|
|
|
<text v-else-if="brand_detail.express && brand_detail.pick_self">可自提/可邮寄</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 商品优惠 --> |
|
|
|
@ -1348,4 +1354,11 @@ |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.share-btn{ |
|
|
|
margin: 0; |
|
|
|
padding: 0; |
|
|
|
line-height: 1; |
|
|
|
background-color: transparent; |
|
|
|
} |
|
|
|
</style> |