设备应用 APIhmApp 设备模块setLayerY版本:v1.0On this pagehmApp.setLayerY(offset)设置当前页面滚动条的纵坐标位置 类型 (offset: number) => void 参数 offset 说明必填类型默认值页面的纵轴坐标是number- 代码示例 // 页面滚动到纵坐标为 100px 的位置hmApp.setLayerY(100)