Pages/ai/index里面的index.js,看他的onload方法,你里面是不是调用了 that.data这个了如果有,在上面加上 var that=this
你这个应该是云开发请求数据返回的时候那里报错了吧,那个时候还获取不到data,你查一下代码有没有在那里获取data呢