挂上关联开关
This commit is contained in:
@@ -2,17 +2,14 @@
|
||||
<section class="contentDetail">
|
||||
<AiDetail :detail="detail" :props="props"/>
|
||||
<u-gap height="16"/>
|
||||
<AiComment v-if="detail.id" :bid="detail.id"/>
|
||||
<AiComment v-if="detail.id&&detail.isComment==1" :bid="detail.id"/>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
import AiComment from "dvcp-wui/AiComment/AiComment";
|
||||
|
||||
export default {
|
||||
name: "contentDetail",
|
||||
components: {AiComment},
|
||||
appName: "内容详情",
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user