From a104ce688e1e4d12a5ccb43dbe84711b955dd0e5 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 13 Oct 2019 09:20:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=BB=98=E8=AE=A4=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=B2=A1=E6=9C=89=E5=88=9B=E5=BB=BA=E6=97=B6=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=98=BE=E7=A4=BA=E6=94=B6=E8=97=8F=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=9A=84Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish/changeLog.md | 1 + src/renderer/App.vue | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/publish/changeLog.md b/publish/changeLog.md index 7c47c352..4cce1f79 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -1,3 +1,4 @@ #### 修复 - 修复QQ源歌单无法翻页Bug +- 修复默认列表没有创建时无法显示收藏列表的Bug diff --git a/src/renderer/App.vue b/src/renderer/App.vue index b4da845e..17d9ae06 100644 --- a/src/renderer/App.vue +++ b/src/renderer/App.vue @@ -164,8 +164,7 @@ export default { initPlayList() { let defaultList = this.electronStore.get('list.defaultList') let loveList = this.electronStore.get('list.loveList') - // console.log(defaultList) - if (defaultList) this.initList({ defaultList, loveList }) + this.initList({ defaultList, loveList }) }, initDownloadList() { let downloadList = this.electronStore.get('download.list')