为了账号安全,请及时绑定邮箱和手机立即绑定

出现这个的原因 TypeError: Cannot read property 'dataset' of undefined ,目前没有解决

Cannot read property 'dataset' of undefined;at pages/index/index page toDetail function
TypeError: Cannot read property 'dataset' of undefined



代码如下

toDetail: function (e) {

    console.log(e);

    var index = 1

    index = e.currenTarget.dataset.index;

    console.log(index);

  }



<view class='item-list'>

  <view class='pro-item'wx:for="{{proList}}" bindtap='toDetail' data-index='{{index}}'>

    <image class='pro_logo'

      src='{{item.logo}}'>

    </image>

    <view class='pro-body'>

      <view class='pro-title'>{{item.title}}</view>

      <text class='pro-desc'>{{item.desc}}</text>

      <view class='pro-footer'>

        <image class='btn_detail'

          src='/images/btn_detail.png'>

        </image>

         <image class='btn_ask'

          src='/images/btn_ask.png'>

        </image>

      </view>

    </view>

  </view>

</view>


正在回答

1 回答

https://img1.sycdn.imooc.com//5b2f3ab20001de1f06270608.jpg

这个地方应该是currentTarget,你少些一个字母


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

出现这个的原因 TypeError: Cannot read property 'dataset' of undefined ,目前没有解决

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信