时间:2019-05-03 来源:小程序工厂
前***:
console.log(res.data[0].product)试试看
r***:
res.data 是一个数组。
应该是 console.log(res.data[0].product)
r***:系统记录
l***:
wx.request请求写的有问题吧
var that = this
wx.request({
url: 'https://www.njbrick.com/ocrserver/getweather?city='+this.data.city1,
headers: {
'Content-Type': 'application/json'
},
success: function (res) {
that.setData({
weather: res.data.data,//第一个data为固定用法,第二个data是json中的data
})
}
})
咫尺开发论坛——小乐