积分抵扣、霸王餐、优惠券分享新增
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user