-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
swiper轮播图当同级元素发生变化就会产生bug #7147
Milestone
Comments
微信小程序初次渲染会合并用户为 Taro 应该只初始化 <SwiperItem>
<View style="xxx"></View>
</SwiperItem> |
Chen-jj
added a commit
that referenced
this issue
Aug 3, 2020
14 tasks
14 tasks
Chen-jj
added a commit
that referenced
this issue
Aug 4, 2020
@Chen-jj 去掉style后支付宝小程序彻底不好使了 |
@Chen-jj 到底要怎么弄呢? |
这个问题解决了吗 |
@slipkinem 还有什么问题? |
如何自定义指示点样式? |
可以考虑设置「标签选择器」,但如果内联样式中含有的属性,需添加 比如: swiper-item {
height: 200px !important;
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
复现仓库
https://codesandbox.io/s/twilight-hill-pvfrh?file=/src/App.js
小程序基础库: 2.11.3
使用框架: React
复现步骤
点击页面上当按钮
期望结果
轮播图正常运行
实际结果
轮播图无法使用
环境信息
补充信息
The text was updated successfully, but these errors were encountered: