【小程序】小程序用的iview组件,想把tab点击事件区域变大 想把事件移到顶部,发生了错误

<view class="i-class i-tabs-tab {{ scroll ? 'i-tabs-tab-scroll' : '' }} {{ current ? 'i-tabs-tab-current' : '' }}" >

<i-badge dot="{{ dot }}" count="{{ dot ? 0 : count }}">

<view bindtap="handleClickItem">

<view class="i-tabs-tab-title {{ current ? 'i-tabs-tab-title-current' : '' }}" wx:if="{{ current && currentColor }}">{{ title }}</view>

<view class="i-tabs-tab-title {{ current ? 'i-tabs-tab-title-current' : '' }}" wx:else>{{ title }}</view>

</view>

</i-badge>

<view class="i-tabs-tab-bar" wx:if="{{ current }}"></view>

</view>

【小程序】小程序用的iview组件,想把tab点击事件区域变大 想把事件移到顶部,发生了错误

想变成
<view class="i-class i-tabs-tab {{ scroll ? 'i-tabs-tab-scroll' : '' }} {{ current ? 'i-tabs-tab-current' : '' }}" bindtap="handleClickItem" >

报错 VM7502:2 webviewScriptError
Cannot read property 'offsetLeft' of undefined;[Exparser] [Error] [Component] Event Listener Error @ wx-view#(anonymous)
TypeError: Cannot read property 'offsetLeft' of undefined

【小程序】小程序用的iview组件,想把tab点击事件区域变大 想把事件移到顶部,发生了错误

有老哥知道的吗

回答

这个问题我也遇到了,请问楼主解决了吗?
只要是包着iview组件【irow,icol】的点击时间都会报这个错误

以上是 【小程序】小程序用的iview组件,想把tab点击事件区域变大 想把事件移到顶部,发生了错误 的全部内容, 来源链接: utcz.com/a/82024.html

回到顶部