https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/custom-route.html
步骤三:绑定页面手势
<!-- absolute 定位到页面左侧的返回条,在上面滑动时可以控制页面路由动画 -->
<horizontal-drag-gesture-handler onGestureEvent="handleHorizontalDrag">
<view class="gesture-back-area"></view>
<horizontal-drag-gesture-handler/>
<!-- 标签不是这么用的吧??-->
已修复