丢丢熊
丢丢熊
  • 发布:2019-07-03 11:04
  • 更新:2019-07-03 18:20
  • 阅读:1523

@click="bindClick($event)" event.currentTarget 未定义

分类:uni-app

<uni-swipe-action :options="options" :is-opened="isOpened" :auto-close="false" @opened="bindOpened" @closed="bindClosed" @click="bindClick($event)" :data-id="recordInProcessing.recordId">

bindClick(e,value){
console.log("e="+e);
var recordId = e.currentTarget.dataset.id;
})

错误信息:undefined is not an object (evaluating 'e.currentTarget.dataset'); [Component] Event Listener Error @ components/uni-swipe-action/uni-swipe-action#(anonymous)

2019-07-03 11:04 负责人:无 分享
已邀请:
hhyang

hhyang - 如有问题,请添加QQ1606726660 备注付费咨询

原生dom的概念在h5是存在的,其他端均没有

该问题目前已经被锁定, 无法添加新回复