挂上关联开关
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user