<ui-swiper info="{{swiperList}}" dotCur="ui-BG-Main" bind:uiTap="swiperTap"/> swiperList: [ { img: 'https://ossweb-img.qq.com/images/lol/web201310/skin/big84000.jpg', url: '/pages/document/system/system', type: 'navigateTo' //直接跳转类型 }, { img: 'https://ossweb-img.qq.com/images/lol/web201310/skin/big37006.jpg', url: '/pages/custom/home', type: 'switchTab' //直接跳转类型 }, ] 按照这个方式写代码,在微信小程序里面不能显示图片,不是网络问题,换成本地图片也是不现实,是我哪里没设置对吗?
按照这个方式写代码,在微信小程序里面不能显示图片,不是网络问题,换成本地图片也是不现实,是我哪里没设置对吗?