HTML:
<span @click='zan(pl.id)' :data-id='pl.id'></span>
JS:
zan(e){ var target=event.target; var dataid=e;//(pl.id的值); $(target)//当前点击的dom }