Compare commits

...

2 Commits

Author SHA1 Message Date
tianyi 3abbcaed47 1 1 day ago
tianyi 33e9ac5b2f 1 1 day ago
  1. 2
      manifest.json
  2. 4
      pages/index/index.css
  3. 1
      pages/index/index.vue

2
manifest.json

@ -3,7 +3,7 @@
"appid" : "__UNI__F1A1D03",
"description" : "",
"versionName" : "1.2.3",
"versionCode" : 105,
"versionCode" : 1,
"transformPx" : false,
/* 5+App */
"app-plus" : {

4
pages/index/index.css

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

1
pages/index/index.vue

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

Loading…
Cancel
Save