|
|
|
@ -3,7 +3,10 @@
|
|
|
|
|
<view v-if="storeInfo.id"> |
|
|
|
|
<!-- 轮播图 --> |
|
|
|
|
<product-con-swiper :img-urls="storeInfo.sliderImageArr"></product-con-swiper> |
|
|
|
|
|
|
|
|
|
<view class="kefu-box"> |
|
|
|
|
<button open-type="contact"></button> |
|
|
|
|
<image src="../../../static/kefu.png"></image> |
|
|
|
|
</view> |
|
|
|
|
<!-- 商品信息描述 --> |
|
|
|
|
<view class="wrapper"> |
|
|
|
|
<view class="introduce">{{ storeInfo.storeName }}</view> |
|
|
|
@ -782,6 +785,32 @@ export default {
|
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style scoped lang="less"> |
|
|
|
|
.kefu-box{ |
|
|
|
|
width: 80rpx; |
|
|
|
|
height: 80rpx; |
|
|
|
|
position: fixed; |
|
|
|
|
top: 50%; |
|
|
|
|
right: 30rpx; |
|
|
|
|
background: #fff; |
|
|
|
|
border-radius: 50%; |
|
|
|
|
padding: 16rpx; |
|
|
|
|
button{ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
opacity: 0; |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
left: 0; |
|
|
|
|
z-index: 2; |
|
|
|
|
} |
|
|
|
|
image{ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
left: 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.product-con{ |
|
|
|
|
padding-bottom: 230rpx; |
|
|
|
|
.wrapper{ |
|
|
|
|