diff --git a/packages/publicity/AppContentInfo/AppContentInfo.vue b/packages/publicity/AppContentInfo/AppContentInfo.vue index 0df1c1c0..a1449b08 100644 --- a/packages/publicity/AppContentInfo/AppContentInfo.vue +++ b/packages/publicity/AppContentInfo/AppContentInfo.vue @@ -13,11 +13,13 @@ + + + diff --git a/packages/publicity/AppContentInfo/components/List.vue b/packages/publicity/AppContentInfo/components/List.vue index 69b37a32..46fdc434 100644 --- a/packages/publicity/AppContentInfo/components/List.vue +++ b/packages/publicity/AppContentInfo/components/List.vue @@ -36,9 +36,10 @@ - + + 评论管理 编辑 详情 删除 @@ -133,6 +134,15 @@ }) }, + toComment(id) { + this.$emit('change', { + type: 'Comment', + params: { + id + } + }) + }, + toAdd(id) { this.$emit('change', { type: 'Add',