<swiper
:current="tabIndex"
class="swiper-box"
:duration="300"
@change="ontabchange"
>
<swiper-item class="swiper-item" v-for="(tab, index1) in [1, 2, 3]" :key="index1">
{{ tab }}
</swiper-item>
</swiper>
- 发布:2022-02-16 18:35
- 更新:2022-02-17 14:05
- 阅读:670
产品分类: uniapp/H5
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: Windows 10 家庭中文版
浏览器平台: 微信内置浏览器
浏览器版本: 微信版本 8.0.18
项目创建方式: CLI
CLI版本号: 20H2
App下载地址或H5⽹址: https://health.eheren.com/v3/#/pages/helplines/helplines?sysCode=1001038
示例代码:
操作步骤:
1.npm run build:h5 打包
2.发布
3.在安卓和Windows的微信内置浏览器swiper显示异常
复现地址:https://health.eheren.com/v3/#/pages/helplines/helplines?sysCode=1001038
1.npm run build:h5 打包
2.发布
3.在安卓和Windows的微信内置浏览器swiper显示异常
复现地址:https://health.eheren.com/v3/#/pages/helplines/helplines?sysCode=1001038
预期结果:
swiper正常显示和滑动
swiper正常显示和滑动
实际结果:
在安卓和Windows微信内置浏览器swiper显示异常,swiper-item未显示出来
在安卓和Windows微信内置浏览器swiper显示异常,swiper-item未显示出来
bug描述:
通过vue3+vite创建的项目,h5版本编译发布后,swiper插件swiper-item显示不出来,只有在安卓和Windows微信内置浏览器才会出现,其他手机内置浏览器、mac、iphone、未build:h5编译的状态都是正常显示。怀疑是vite兼容问题,希望官方大佬能回复解决一下,十万火急。
如果复现不了加我微信:myx1215382483
御风 (作者)
已上传
2022-02-17 11:25
御风 (作者)
复现地址:https://health.eheren.com/v3/#/
2022-02-17 13:54