mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-11 11:05:56 +08:00
监听并更新收藏及源列表
This commit is contained in:
@@ -126,6 +126,12 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
watch: {
|
||||||
|
view () {
|
||||||
|
this.getAllsites()
|
||||||
|
this.getFavorites()
|
||||||
|
}
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapMutations(['SET_VIEW', 'SET_DETAIL', 'SET_VIDEO', 'SET_SHARE']),
|
...mapMutations(['SET_VIEW', 'SET_DETAIL', 'SET_VIDEO', 'SET_SHARE']),
|
||||||
handleSortChange (column, prop, order) {
|
handleSortChange (column, prop, order) {
|
||||||
|
|||||||
Reference in New Issue
Block a user