1 <view @touchmove.stop.prevent="moveHandle"></view>//遮罩层 2 3 js: 4 5 methods: { 6 moveHandle() {} 7 }