小程序数据接收
async getGoodsList(){
const res=await request({url:"https://api-hmugo-web.itheima.net/api/public/v1/goods/search",data:this.QueryParams});
this.setData({
goodsList:res.data.message.goods
})
},
goodsList:res.goods没有定义规则,不可以这样用需要改成goodsList:res.data.message.goods

浙公网安备 33010602011771号