微信小程序 侧滑删除(左滑删除)(2)

<view> <view> <view wx:for="{{list}}" wx:key="{{index}}"> <view bindtouchstart="touchS" bindtouchmove="touchM" bindtouchend="touchE" data-index="{{index}}"> <image mode="widthFix" src="https://www.jb51.net/{{item.icon}}"></image>{{index}}{{item.txt}}</view> <view data-index="{{index}}" bindtap = "delItem">删除</view> </view> </view> </view>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wyszzs.html