@@ -27,7 +27,8 @@ export default {
<style lang="scss" scoped>
.fixed-btn-main {
position: fixed;
- bottom: env(safe-area-inset-bottom);
+ bottom: 0;
+ padding-bottom: env(safe-area-inset-bottom);
width: 100%;
box-shadow: 0 0 8px 0 rgba($color: #000000, $alpha: 0.1);
}
@@ -200,6 +200,7 @@ export default {
this.activityList = this.activityList.concat(data.rows)
this.isLoadMore = this.total !== this.activityList.length
+ uni.stopPullDownRefresh()
},
// 活动类型切换
tabsChange (index) {