a1300399510@qq.com 提交于 2023/03/31 -12:20:01

This commit is contained in:
2023-03-31 12:20:10 +08:00
parent 368d1b83b9
commit d73f2147c0
6 changed files with 92 additions and 29 deletions

View File

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