微信小程序data-传参

时间:2019-10-20 12:35:38   收藏:0   阅读:161
<view bindtap="change" data-index="{{index}}">哈哈</view>

change(event){
    const dataset = event.target.dataset;
    const index = dataset.index
}

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!