<scroll-view :style="'height:'+windowHeight+'px'" scroll-y="true" class="scroll-Y" @scrolltolower="getmore">
</scroll-view>
uni.getSystemInfo({
success: function(res) {
that.windowHeight = res.windowHeight - res.statusBarHeight
}
})