收藏
回答

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为最新版本






回答关注问题邀请回答
收藏

2 个回答

  • 一块奶酪
    一块奶酪
    2020-11-27

    同问这个问题 解决了吗老哥

    2020-11-27
    有用
    回复
  • 南瓜豆腐
    南瓜豆腐
    2018-01-12


    这是什么骚写法 ??

    不是 e.currentTarget.dataset ??

    2018-01-12
    有用
    回复
登录 后发表内容