LIONCITYS\lioncity 4 years ago
parent
commit
7de08e4b6e
  1. 3
      components/CitySelect.vue
  2. 2
      pages/home/index.vue

3
components/CitySelect.vue

@ -195,7 +195,6 @@ export default {
background-color: #fff;
z-index: 1502;
position: relative;
height: 800rpx;
padding-bottom: 0;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
@ -203,7 +202,7 @@ export default {
height: 100%;
}
.swiper {
height: 100%;
height: 800rpx;
}
}
.cityselect-header {

2
pages/home/index.vue

@ -214,7 +214,7 @@
},
},
onShow: function() {
onLoad: function() {
this.getLocation()
let that = this;
uni.showLoading({

Loading…
Cancel
Save