mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: can not load watch later list
This commit is contained in:
@@ -33,7 +33,7 @@ function initPageAction() {
|
||||
function getAllWatchLaterList() {
|
||||
isLoading.value = true
|
||||
watchLaterList.length = 0
|
||||
api.watchlater.getAllWatchlaterList()
|
||||
api.watchlater.getAllWatchLaterList()
|
||||
.then((res: WatchLaterResult) => {
|
||||
if (res.code === 0)
|
||||
Object.assign(watchLaterList, res.data.list)
|
||||
|
||||
Reference in New Issue
Block a user