Open adminKKi opened 2 years ago
....
.... 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函数内 该如何实现?
<list-item type="{{item}}" @touchstart="touchStart" @touchmove="touchItem">
代码丢失了 显示不出来 补了一下 有没有大佬帮忙解答一下
....
.... 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函数内 该如何实现?