16.小程序网络请求

2021-07-22  本文已影响0人  陈情令

代码如下

 wx.request({

     url: 'https://api.apiopen.top/getWangYiNews',

     method:"get",

     data:{},

     success:res=>{

        console.log(res.data.result,"res")

        var anotherList=res.data.result;

        this.setData({

          allList:anotherList

        });

        console.log(this.data.allList);

     }

   })

上一篇 下一篇

猜你喜欢

热点阅读