quickappcn / issues

快应用开发问题反馈和需求征集
27 stars 2 forks source link

如何在滑动事件中带入自定义参数 #156

Open adminKKi opened 2 years ago

adminKKi commented 2 years ago

....

#{{item}}
取消订阅

.... touchStart(e){ const self = this; self.touchStart = JSON.stringify(e.touches[0].clientX); console.log("move event START touches:" + JSON.stringify(e.touches[0].clientX)) // console.log('nihsadi==>' + JSON.stringify(e.touches[0].clientX));

},

我如果想把index当做自定义参数带入touchStart函数内 该如何实现?

adminKKi commented 2 years ago

<list-item type="{{item}}" @touchstart="touchStart" @touchmove="touchItem">

adminKKi commented 2 years ago

代码丢失了 显示不出来 补了一下 有没有大佬帮忙解答一下