挂上关联开关

This commit is contained in:
aixianling
2022-05-25 17:07:20 +08:00
parent 41e4a3f3a0
commit 94ae33a36a

View File

@@ -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 {