求微信小程序 图片轮播接口 或返回的json数据
4张图片轮播 调用API接口!
轮播图图片从API获取???先在JS文件里 data: {imgUrls:{}},然后在onLoad方法里this.setData({data: 你接口的返回值,
})