更新
This commit is contained in:
parent
6903408794
commit
857a2528a6
@ -167,7 +167,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 118rpx;
|
height: 90rpx;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
width: 340rpx;
|
width: 340rpx;
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.swiperBg {
|
.swiperBg {
|
||||||
padding-top: 25rpx;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
.colorBg {
|
.colorBg {
|
||||||
@ -110,8 +109,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 68rpx;
|
height: 90rpx;
|
||||||
margin-bottom: 40rpx;
|
|
||||||
|
|
||||||
image {
|
image {
|
||||||
width: 340rpx;
|
width: 340rpx;
|
||||||
@ -155,7 +153,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!--轮播图-->
|
<!--轮播图-->
|
||||||
<view class="swiperBg">
|
<view class="swiperBg" style="margin-top: 12px;">
|
||||||
<view class="swiper page_swiper">
|
<view class="swiper page_swiper">
|
||||||
<swiper :autoplay="true" loop indicator-color="rgba(255,255,255,0.6)" indicator-active-color="#fff"
|
<swiper :autoplay="true" loop indicator-color="rgba(255,255,255,0.6)" indicator-active-color="#fff"
|
||||||
:current="swiperCur" style="height:330rpx;margin: 0 auto;width:710rpx;" @change="swiperChange">
|
:current="swiperCur" style="height:330rpx;margin: 0 auto;width:710rpx;" @change="swiperChange">
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
<text v-if="storeInfo.delivery_free == 1" class='integral'>包邮</text>
|
<text v-if="storeInfo.delivery_free == 1" class='integral'>包邮</text>
|
||||||
</view>
|
</view>
|
||||||
<!--无氛围图-->
|
<!--无氛围图-->
|
||||||
<!-- <view v-else class='share acea-row row-between row-bottom'>
|
<view v-else class='share acea-row row-between row-bottom'>
|
||||||
<view class='money p-color skeleton-rect' style="min-width: 70rpx;">
|
<view class='money p-color skeleton-rect' style="min-width: 70rpx;">
|
||||||
¥
|
¥
|
||||||
<text class='num'>{{storeInfo.price}}</text>
|
<text class='num'>{{storeInfo.price}}</text>
|
||||||
@ -64,16 +64,17 @@
|
|||||||
<view @click="setCollect">
|
<view @click="setCollect">
|
||||||
<text class="iconfont" :class="storeInfo.isRelation ? 'icon-yishoucang2' : 'icon-shoucang4'"></text><br/>收藏
|
<text class="iconfont" :class="storeInfo.isRelation ? 'icon-yishoucang2' : 'icon-shoucang4'"></text><br/>收藏
|
||||||
</view>
|
</view>
|
||||||
<view @click="listenerActionSheet"><text class="iconfont icon-fenxiang4"></text><br/>分享</view>
|
<!-- <view @click="listenerActionSheet"><text class="iconfont icon-fenxiang4"></text><br/>分享</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view> -->
|
</view>
|
||||||
<view v-else class='share acea-row row-between row-top' style="flex-direction: column;">
|
<view class='share acea-row row-between row-top' style="flex-direction: column;">
|
||||||
<view class='money p-color skeleton-rect' v-for="(item, index) in storeInfo.sku" style="min-width: 70rpx;">
|
<view class='money p-color skeleton-rect' v-for="(item, index) in storeInfo.sku" style="min-width: 70rpx;">
|
||||||
¥
|
¥
|
||||||
<text class='num'>{{item.price}}</text>
|
<text class='num'>{{item.price}}</text>
|
||||||
<text style="color: #ccc;font-weight: 500;">{{"/"}}{{ item.sku || storeInfo.unit_name}}</text>
|
<text style="color: #ccc;font-weight: 500;">{{"/"}}{{ item.sku || storeInfo.unit_name}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view
|
<view
|
||||||
v-if="svipData && !svipData.is_svip && svipData.show_svip"
|
v-if="svipData && !svipData.is_svip && svipData.show_svip"
|
||||||
class="svipCon acea-row row-between-wrapper skeleton-rect" style="margin-top: 20rpx;">
|
class="svipCon acea-row row-between-wrapper skeleton-rect" style="margin-top: 20rpx;">
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!--轮播图-->
|
<!--轮播图-->
|
||||||
<view class="swiperBg" :style="{ marginTop: (swiperTop + 15)+'px'}">
|
<view class="swiperBg" :style="{ marginTop: (swiperTop + 10)+'px'}">
|
||||||
<view class="swiper page_swiper" v-if="imgUrls.length">
|
<view class="swiper page_swiper" v-if="imgUrls.length">
|
||||||
<swiper :autoplay="true" :circular="circular" :interval="intervals" :duration="duration"
|
<swiper :autoplay="true" :circular="circular" :interval="intervals" :duration="duration"
|
||||||
indicator-color="rgba(255,255,255,0.6)" indicator-active-color="#fff" :current="swiperCur"
|
indicator-color="rgba(255,255,255,0.6)" indicator-active-color="#fff" :current="swiperCur"
|
||||||
|
@ -536,7 +536,7 @@
|
|||||||
goMall(item) {
|
goMall(item) {
|
||||||
if (this.hide_mer_status == 0) {
|
if (this.hide_mer_status == 0) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/store/home/index?id=' + item.mer_id
|
url: `/pages/store/home/index?id=${item.mer_id}&sale_type=${this.sale_type}`
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user