pageView滑动问题

为什么我设置了不能水平滑动和暂停节点事件都能触发滑动事件
代码:
this.pageView.horizontal = false;
this.node.pauseSystemEvents(false);