收藏
回答

【Feature】bindtap支持嵌套函数

<view bindtap="image.del"></view>
<view bindtap="text.del"></view>


Page({
  image: {
    del () {}
  },
  text: {
    del () {}
  }
})



回答关注问题邀请回答
收藏
登录 后发表内容