<movable-view class="itmem_wrap" direction="horizontal" inertia="true" out-of-bounds="true" x="{{item.x}}" damping="300" data-index="{{index}}" bind:touchstart="touchMoveStartHandle" bind:touchend="touchMoveEndHandle" wx:key='{{index}}' data-id='{{item.id}}' bindtap='goDetail'>
内层把touch事件catch掉,或者点击也用touch来实现,看touchend的时候touchmove的距离
放个效果图看看