a1300399510@qq.com 提交于 2023/03/31 -12:20:01
This commit is contained in:
@@ -55,11 +55,13 @@
|
||||
|
||||
|
||||
<detail-reply :two-comment-data="twoCommentData" :pop-state="popState"></detail-reply>
|
||||
<coins :pop-state="popState"></coins>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import DetailReply from '@/components/DetailReply'
|
||||
import Coins from '@/components/unlock/Coins'
|
||||
export default {
|
||||
name: 'detailIndex',
|
||||
|
||||
@@ -69,8 +71,8 @@ export default {
|
||||
avatar: "https://oss.gter.net/avatar/97KwEWANd_4DHWiY6VbnSUFSCKroYWFjYQ~~/middle",
|
||||
content: "评论回复",
|
||||
},
|
||||
popState: "discussionSingle",
|
||||
|
||||
popState: "coinNo",
|
||||
|
||||
};
|
||||
},
|
||||
|
||||
@@ -83,7 +85,7 @@ export default {
|
||||
},
|
||||
|
||||
components: {
|
||||
DetailReply
|
||||
DetailReply,Coins
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user