|
|
|
@ -19,7 +19,8 @@ |
|
|
|
</view> |
|
|
|
<!-- scroll page --> |
|
|
|
<block v-if="current == 0"> |
|
|
|
<scroll-view :style="{height: 'calc('+ windowHeight +'px - 524rpx)'}" |
|
|
|
<scroll-view :style="{height: 'calc('+ windowHeight +'px - 530rpx)'}" |
|
|
|
class="scroll-view" |
|
|
|
:scroll-y="true" :refresher-enabled="true" |
|
|
|
:refresher-triggered="isRefresher" |
|
|
|
@scrolltolower="onScrolltolower" |
|
|
|
@ -148,4 +149,8 @@ |
|
|
|
font-size: 32rpx; |
|
|
|
border-radius: 42rpx; |
|
|
|
} |
|
|
|
.scroll-view{ |
|
|
|
padding-bottom: constant(safe-area-inset-bottom); |
|
|
|
padding-bottom: env(safe-area-inset-bottom); |
|
|
|
} |
|
|
|
</style> |