JS
获取数据后需要
this.setData({
list:res.data
})
XML中需要
<view wx:for="{{list}}" wx:key="">{{item.brief}}</view
点个赞?
你的wx:for呢?
setData了嘛?