tianyi 22 hours ago
parent
commit
33e9ac5b2f
  1. 4
      pages/index/index.css
  2. 1
      pages/index/index.vue

4
pages/index/index.css

@ -1,12 +1,12 @@
.page { .page {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden; overflow: scroll;
background-color: #F2F2F2; background-color: #F2F2F2;
} }
page { page {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden; overflow: scroll;
} }

1
pages/index/index.vue

@ -174,6 +174,7 @@
</view> </view>
</view> </view>
</view> </view>
<view style="width: 100%;height: 200rpx;"></view>
</view> </view>
</view> </view>
<view class="swiper-page" v-show="currentIndex == 1"> <view class="swiper-page" v-show="currentIndex == 1">

Loading…
Cancel
Save