<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)
1 个回复
hhyang - 如有问题,请添加QQ1606726660 备注付费咨询
原生dom的概念在h5是存在的,其他端均没有