1. 程式人生 > >微信小程序 功能函數 touch觸摸計時

微信小程序 功能函數 touch觸摸計時

gpo tar () dto ndt let fun text 功能

shiFN:function(e){ // touchstart // touchend let that=this; let n=0; // 判斷是開始還是結束的參數 let textTure = e.type; that.setData({ textTure: textTure }) if (textTure ==‘touchstart‘){ let lovetime = setInterval(function () { n += 0.5; if (that.data.textTure==‘touchend‘) { clearInterval(lovetime); } console.log(n); that.setData({ bian: n }) }, 500) } }, <view class=‘bt-item‘ bindtouchend=‘shiFN‘ bindtouchstart=‘shiFN‘></view>

微信小程序 功能函數 touch觸摸計時