This commit is contained in:
weipengfei 2024-03-25 14:55:32 +08:00
parent 6903408794
commit 857a2528a6
5 changed files with 11 additions and 12 deletions

View File

@ -167,7 +167,7 @@
display: flex;
align-items: center;
justify-content: center;
height: 118rpx;
height: 90rpx;
image {
width: 340rpx;

View File

@ -20,7 +20,6 @@
}
.swiperBg {
padding-top: 25rpx;
z-index: 1;
.colorBg {
@ -110,8 +109,7 @@
display: flex;
align-items: center;
justify-content: center;
height: 68rpx;
margin-bottom: 40rpx;
height: 90rpx;
image {
width: 340rpx;
@ -155,7 +153,7 @@
</view>
<!--轮播图-->
<view class="swiperBg">
<view class="swiperBg" style="margin-top: 12px;">
<view class="swiper page_swiper">
<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">

View File

@ -51,7 +51,7 @@
<text v-if="storeInfo.delivery_free == 1" class='integral'>包邮</text>
</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;">
<text class='num'>{{storeInfo.price}}</text>
@ -64,16 +64,17 @@
<view @click="setCollect">
<text class="iconfont" :class="storeInfo.isRelation ? 'icon-yishoucang2' : 'icon-shoucang4'"></text><br/>收藏
</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 v-else class='share acea-row row-between row-top' style="flex-direction: column;">
</view>
<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;">
<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
v-if="svipData && !svipData.is_svip && svipData.show_svip"
class="svipCon acea-row row-between-wrapper skeleton-rect" style="margin-top: 20rpx;">

View File

@ -23,7 +23,7 @@
</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">
<swiper :autoplay="true" :circular="circular" :interval="intervals" :duration="duration"
indicator-color="rgba(255,255,255,0.6)" indicator-active-color="#fff" :current="swiperCur"

View File

@ -536,7 +536,7 @@
goMall(item) {
if (this.hide_mer_status == 0) {
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}`
})
}
},