微信小程序 轮播图

/ / 轮播图的处理 
wx.request({
      url: 'http://www.zfb.com/images',
      success: (res)=> {
        console.log(res.data.data)
        this.setData({

          list:res.data.data
        })
      }
    })
posted @ 2021-05-31 00:30  锕果先生  阅读(58)  评论(0)    收藏  举报