|
@@ -1,12 +1,12 @@
|
|
|
<template>
|
|
|
<view class="content">
|
|
|
- <view class="page-section page-section-spacing swiper">
|
|
|
+ <!-- <view class="page-section page-section-spacing swiper">
|
|
|
<swiper class="swiper" :indicator-dots="indicatorDots" :autoplay="autoplay" :interval="interval" :duration="duration">
|
|
|
<swiper-item v-for="(item, index) in bannerList" :key="index">
|
|
|
<image style="width: 100%; height: 100%;" :src="item"></image>
|
|
|
</swiper-item>
|
|
|
</swiper>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<!-- <uni-section class="mb-10" title="热门优惠" type="line"> -->
|
|
|
<view class="mainList">
|
|
|
<uni-list>
|
|
@@ -115,8 +115,8 @@
|
|
|
background: #F8F8F8;
|
|
|
}
|
|
|
.mainList {
|
|
|
- width: 90%;
|
|
|
- margin: 30rpx auto;
|
|
|
+ width: 100%;
|
|
|
+ /* margin: 30rpx auto; */
|
|
|
}
|
|
|
|
|
|
.mainText {
|