map 用法 拿到map数组每一个数据


   getGroupList(){
      GetGroupList(this.active_id).then(res=>{
        // console.log(res.data.data)
        this.groupPlayer = res.data.data
        // console.log(this.groupPlayer)
        // this.groupPlayerId = res.data.data
        // this.groupPlayerId=this.groupPlayer.map((item)=>{ return item.id})  // 28  29 30 
      })
    },

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM