<view class="topWrapper" v-show="chooseShow" @click="chooseShow = false" @touchmove.stop = "">
    <view class="topframe" @click.stop="">
        <view>综合排序</view>
        <view>销量最高</view>
        <view>起送价最低</view>
        <view>配送费最低</view>
    </view>
</view>
其中,

@touchmove.stop = "",阻止滚动穿透事件

@click.stop="",阻止点击冒泡事件

相关文章:

  • 2021-12-19
  • 2021-12-19
  • 2021-11-07
  • 2017-11-22
  • 2021-11-17
  • 2021-12-19
  • 2020-06-01
  • 2021-11-28
猜你喜欢
  • 2020-02-29
  • 2021-11-28
  • 2021-12-19
  • 2021-08-25
  • 2018-11-20
  • 2021-08-04
  • 2021-10-19
相关资源
相似解决方案