From b566cddfedb6107f7b2b62963ddbf3a8c370e560 Mon Sep 17 00:00:00 2001 From: Vinjor Date: Thu, 29 May 2025 15:31:19 +0800 Subject: [PATCH] 1 --- pages/notice/detail.vue | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/pages/notice/detail.vue b/pages/notice/detail.vue index 6488871..9208eaa 100644 --- a/pages/notice/detail.vue +++ b/pages/notice/detail.vue @@ -229,7 +229,18 @@ - + + + + + 此通告需要收集博主信息 + 请复制通告到微信对话框填写信息报名 + + + 点击复制 + + + @@ -602,7 +613,6 @@ title: e }); }) - }, /** * 分享 @@ -1040,4 +1050,24 @@ } } } + + .popup-content { + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + padding: 30rpx; + border-radius: 10px; + background-color: white; + + .dl-copy-button { + text-align: center; + margin: auto; + border-radius: 40rpx; + width: 75%; + background-color: #FC1F3E; + color: white; + padding: 15rpx 0; + } + } \ No newline at end of file