积分抵扣、霸王餐、优惠券分享新增

This commit is contained in:
GaoHao
2024-11-07 15:02:44 +08:00
parent bec723cd69
commit 7b81e2ffb0
29 changed files with 2375 additions and 887 deletions

View File

@@ -12,14 +12,15 @@
radius='10'
@change="e => current = e.current"
@click="swiperClick"
bgColor="transparent" height='720'
bgColor="transparent" height="920"
>
<view slot="indicator" class="indicator">
<!-- <view slot="indicator" class="indicator"> -->
<!-- <view class="indicator__dot" v-for="(item, index) in carousel" :key="index"
:class="[index === current && 'indicator__dot--active']"
:style="[index === current && {'width':16+'px'}]">
</view> -->
</view>
<!-- </view> -->
</u-swiper>
</view>
@@ -207,7 +208,8 @@
justify-content: center;
align-items: center;
.swiperBox{
width: 80%;
width: 85%;
margin-top: 50rpx;
margin-bottom: 50rpx;
}
.swiper__wrapper__item__wrapper__image{