原因是没有给swiper加高度,在h5端自动撑开了 小程序需要手动添加高度
1234.swiper{ padding-right: 20rpx; height: 300rpx; }
一个想学前端的机械狗