播放
@@ -171,7 +171,7 @@ export default {
view () {
if (this.view === 'Recommandation') {
this.getRecommandations()
- this.$refs.waterfall.refresh()
+ this.$refs.recommandataionsWaterfall.refresh()
}
}
},
diff --git a/src/components/Star.vue b/src/components/Star.vue
index 61ea11c..cccc89b 100644
--- a/src/components/Star.vue
+++ b/src/components/Star.vue
@@ -77,7 +77,7 @@
-
@@ -90,7 +90,7 @@
有更新
-
+
播放
@@ -173,6 +173,7 @@ export default {
if (this.view === 'Star') {
this.getAllsites()
this.getFavorites()
+ this.$refs.starWaterfall.refresh()
}
}
},