this.$store.state.playList.unshift({songname:this.$store.state.chosenList.songname,url:this.$store.state.songurl})数据是没问题的 单独push 不是对象没错啊this.$store.state.playList.unshift(this.$store.state.chosenList.songname) console.log( this.$store.state.playList)但是这样追加进数组出错 为什么
添加回答
举报
0/150
提交
取消