微信小程序 轮播图
时间:2021-05-31 12:08:24
收藏:0
阅读:16
/ / 轮播图的处理
wx.request({
url: ‘http://www.zfb.com/images‘,
success: (res)=> {
console.log(res.data.data)
this.setData({
list:res.data.data
})
}
})
原文:https://www.cnblogs.com/ahao513/p/14829732.html
评论(0)