<view class='bottom-item' wx:for='{{bottomBtns}}' wx:key='{{index}}' bindtap='tapBottomItem' data-index='index' data-currentindex='{{index}}'>
tapBottomItem:function (e) {
var index = e.target.dataset.currentindex;
}
断点打印的index是undefine,bindtap换成catchtap也不行。
开发工具到当前时间20180112为最新版本
同问这个问题 解决了吗老哥
这是什么骚写法 ??
不是 e.currentTarget.dataset ??