<view wx:if="{{alert}}" catchtouchmove="myCatchTouch">
<template is="alert" data="{{alertData}}" />
</view>
myCatchTouch: function () {
console.log('stop user scroll it!');
return;
},
也可以直接加上catchtouchmove="ture"
<view wx:if="{{alert}}" catchtouchmove="true">
<template is="alert" data="{{alertData}}" />
</view>
在電腦上測試是沒有用的缘圈,這是觸摸事件穿香。因此茧吊,需要在手機端測試贞岭,預(yù)覽生成一個開發(fā)版,用手機微信掃描即可看到效果搓侄。