挂上关联开关

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"> <section class="contentDetail">
<AiDetail :detail="detail" :props="props"/> <AiDetail :detail="detail" :props="props"/>
<u-gap height="16"/> <u-gap height="16"/>
<AiComment v-if="detail.id" :bid="detail.id"/> <AiComment v-if="detail.id&&detail.isComment==1" :bid="detail.id"/>
</section> </section>
</template> </template>
<script> <script>
import AiComment from "dvcp-wui/AiComment/AiComment";
export default { export default {
name: "contentDetail", name: "contentDetail",
components: {AiComment},
appName: "内容详情", appName: "内容详情",
data() { data() {
return { return {