码迷,mamicode.com
首页 > 微信 > 详细

微信小程序data-传参

时间:2019-10-20 12:35:38      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:dex   targe   bind   data   change   微信   tap   ons   color   

<view bindtap="change" data-index="{{index}}">哈哈</view>

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

 

微信小程序data-传参

标签:dex   targe   bind   data   change   微信   tap   ons   color   

原文地址:https://www.cnblogs.com/qdwds/p/11707043.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!