Commit 84c77940 by xiaolanchong

滚动事件冒泡

parent 0d13fd94
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<div class="down-time-box" v-if="isDownTime" v-show="!isClose"> <div class="down-time-box" v-if="isDownTime" v-show="!isClose">
<down-time-box></down-time-box> <down-time-box></down-time-box>
</div> </div>
<div class="red-fixed" v-show="!isClose"> <div class="red-fixed" v-show="!isClose" @touchmove.stop>
<red-box></red-box> <red-box></red-box>
</div> </div>
<div class="play-box"> <div class="play-box">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment