@ -104,6 +104,9 @@
return `calc(${this.scrollH}px - ${this.nav_height}px - 130rpx - 86rpx)`;
}
},
onShow() {
this.getHotActivity()
onLoad(){
let info = uni.getSystemInfoSync();
this.scrollH = info.screenHeight;