diff --git a/src/components/waterfall/PicWaterfall.vue b/src/components/waterfall/PicWaterfall.vue index 90d364f..1cdb2d2 100644 --- a/src/components/waterfall/PicWaterfall.vue +++ b/src/components/waterfall/PicWaterfall.vue @@ -289,6 +289,8 @@ export default { } } else { await this.tryDelDirs(this.node_key, this.node_dir) + // 删除后自动跳转下一页 + this.$bus.emit('btn_click_nextNode') } }, btn_click_goto_top() {