data-index='index'无法加在dataset里
<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为最新版本