Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui-v-tabs 选中效果在真机上有问题,会报错 #13

Closed
cheft opened this issue Aug 2, 2018 · 1 comment
Closed

ui-v-tabs 选中效果在真机上有问题,会报错 #13

cheft opened this issue Aug 2, 2018 · 1 comment

Comments

@cheft
Copy link

cheft commented Aug 2, 2018

ui-v-tabs 选中效果在真机上有问题,会报错,在开发工具就正常。其实跟数据无关,只要一渲染就报错

image

<ui-v-tabs 
          height="{{tabHeight}}"
          tab-style="{{tabStyle}}"
          active-tab-style="{{activeTabStyle}}"
          class="tab-item"
          index="{{ current }}"
          data-key="current">
          <ui-v-tab wx:for="{{ tabItems }}" data-index="{{index}}" data-category="{{item.id}}" bindtap="handleChange">
            {{ item.name }}
          </ui-v-tab>
        </ui-v-tabs>
@cheft
Copy link
Author

cheft commented Aug 2, 2018

uileader/touchui#22
已解决

@cheft cheft closed this as completed Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant