From 2b2c834c590cb989fa5bd1b7857d2e6303052071 Mon Sep 17 00:00:00 2001 From: zpc Date: Sun, 23 Mar 2025 13:34:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/buy-notice/buy-notice.vue | 96 ++++++++++++++++++---------- 1 file changed, 63 insertions(+), 33 deletions(-) diff --git a/components/buy-notice/buy-notice.vue b/components/buy-notice/buy-notice.vue index 9da6959..be9237a 100644 --- a/components/buy-notice/buy-notice.vue +++ b/components/buy-notice/buy-notice.vue @@ -10,7 +10,7 @@ - + @@ -24,11 +24,8 @@ - - {{ - getPurchasePopup() ? "今日不再弹出消费规则" : "不再弹出消费规则" - }} + + {{ checkboxText }} @@ -37,6 +34,7 @@