为什么setData不能给newsList设置数据
异步问题。app.js 那边还没有值就 onLoad 设置了newsList 。自然没值
是 this.setData({}) 不是 this.setData=({});