例:
通过id匹配要用的数据
hoperightList().then(res=>{ this.setData({ rightList:res, quactionList:res.filter(e=> e.categoryId===36196), shopingList:res.filter(e=> e.categoryId===36197), dingdanList:res.filter(e=> e.categoryId===36198), xieyiList:res.filter(e=> e.categoryId===36203), }) })
总结:
filter(e=>e.需要匹配的条件)*