diff --git a/src/components/unlock/Coins.vue b/src/components/unlock/Coins.vue index 71a36d0..139a9e7 100755 --- a/src/components/unlock/Coins.vue +++ b/src/components/unlock/Coins.vue @@ -4,15 +4,15 @@
- +
- + {{ coinConfig.strategy.tips }}
{{ coinConfig.strategy.button }} - +
@@ -22,7 +22,7 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/views/detail/detailIndex.vue b/src/views/detail/detailIndex.vue index a10b991..c0a7834 100755 --- a/src/views/detail/detailIndex.vue +++ b/src/views/detail/detailIndex.vue @@ -55,7 +55,7 @@ - + @@ -64,7 +64,6 @@ import DetailReply from '@/components/DetailReply' import Coins from '@/components/unlock/Coins' export default { name: 'detailIndex', - data() { return { twoCommentData: { @@ -72,7 +71,13 @@ export default { content: "评论回复", }, popState: "coinNo", - + coinConfig: { + strategy: { + button: "攒币指南", + tips: "你的寄托币不够,快去发帖挣币吧", + url: "https://bbs.gter.net/thread-2543548-1-1.html", + } + }, }; }, @@ -85,7 +90,7 @@ export default { }, components: { - DetailReply,Coins + DetailReply, Coins } };