From 0d6b1dac36f44335c3ff0882bec287f440f8767c Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Tue, 14 Oct 2025 09:44:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E6=94=B9?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 + pages/user/user.vue | 320 +++++++++++++++++++++++++--- subPackages/activity/prizeInQun.vue | 41 ++++ 3 files changed, 340 insertions(+), 27 deletions(-) create mode 100644 subPackages/activity/prizeInQun.vue diff --git a/pages.json b/pages.json index 324b96f..125fc31 100644 --- a/pages.json +++ b/pages.json @@ -368,6 +368,12 @@ "navigationBarTitleText" : "绿色有机标准认证" } }, + { + "path": "activity/prizeInQun", + "style": { + "navigationBarTitleText" : "进群抽奖" + } + }, { "path": "user/comment", "style": { diff --git a/pages/user/user.vue b/pages/user/user.vue index 49ae704..4f639b0 100644 --- a/pages/user/user.vue +++ b/pages/user/user.vue @@ -1,6 +1,9 @@