小程序onload获取数据后定义不了,Appdata里也没有数据

 

data是数组,要获取数组项后设置

this.setData({title1:res.data[0].name})