网易云实战项目(7)
作者:互联网
搜索到歌曲,点击播放功能实现
在store/index.js中定义一个
然后在searchTop.vue中,对搜索到的歌曲的播放按钮添加click事件=一个setPlay函数
在methods中定义这个setPlay函数:
由于搜索到的歌曲数据和原歌曲数据的格式不同,所以需要转化一下格式
然后调用store中的pushPlayList函数和setPlayIndex函数,将点击的歌曲添加过去即可
用户登录页面和个人中心页面
在store/index.js中添加一个判断是否登陆的条件
在router/index.js中引入store,然后在router中对store中的数据进行判断
标签:实战,index,网易,函数,项目,js,添加,歌曲,store 来源: https://www.cnblogs.com/lxfsmz/p/16260995.html