onLoad() { uni.getSystemInfo({ success: (res)=> { let height=res.windowHeight-uni.upx2px(100) //获取系统信息,可使用窗口的高度 this.swiperheight=height; } }); },
onLoad() { uni.getSystemInfo({ success: (res)=> { let height=res.windowHeight-uni.upx2px(100) //获取系统信息,可使用窗口的高度 this.swiperheight=height; } }); },