From ff81fbc2e2ad7fa95d621d986dc30f86fce4e6f1 Mon Sep 17 00:00:00 2001 From: XiaoMo Date: Fri, 31 Mar 2023 12:40:10 +0800 Subject: [PATCH] =?UTF-8?q?a1300399510@qq.com=20=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BA=8E=202023/03/31=20-12:40:01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/unlock/Coins.vue | 68 +++++++++++++++++++++++++++++--- src/views/detail/detailIndex.vue | 13 ++++-- 2 files changed, 72 insertions(+), 9 deletions(-) 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 } };