swiper轮播图图片不显示的解决方法 遇到图片无法显示的问题,是样式问题 在wxss里面新型修改 设置宽度 .container{ width: 750rpx; } .container swiper{ width: 100%; } .container swiper image{ width: 100%; } 一定要设置宽度