能,但不是这样用,
onLongTapList(e){
//添加下面这句
var that = this
然后this.setData改成that.setData
在外层把this赋值给一个新变量
this指向问题 你在 wx.showActionSheet函数外面 写 let that = this 然后再函数里面使用 that,setData就行了