From 92aeaf5d9c719cc3abf7657e243bdfcde439d4bb Mon Sep 17 00:00:00 2001
From: 26947 <12@1>
Date: Sun, 2 Jun 2024 19:09:14 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=B2=E7=9F=A5=E9=97=AE?=
=?UTF-8?q?=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/activity/index.vue | 169 +++++++++++++++-------------
pages/activity/info.vue | 2 +-
pages/common/activityList/index.vue | 11 +-
3 files changed, 97 insertions(+), 85 deletions(-)
diff --git a/pages/activity/index.vue b/pages/activity/index.vue
index 4b3421d..b9f5e53 100644
--- a/pages/activity/index.vue
+++ b/pages/activity/index.vue
@@ -1,6 +1,6 @@
-
-
-
-
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/activity/info.vue b/pages/activity/info.vue
index e5718a4..a6a52e5 100644
--- a/pages/activity/info.vue
+++ b/pages/activity/info.vue
@@ -177,7 +177,7 @@ function cancel () {
.btnText {
font-weight: 400;
width: 120rpx;
- height: 32rpx;
+
font-size: 30rpx;
color: #00CCBE !important;
diff --git a/pages/common/activityList/index.vue b/pages/common/activityList/index.vue
index 0a53d56..604a63d 100644
--- a/pages/common/activityList/index.vue
+++ b/pages/common/activityList/index.vue
@@ -51,18 +51,21 @@ const scrolltolower = () => {
emit('scrolltolower'); // 如果不需要传递数据,可以省略第二个参数
};
-
+const toInfo = (item) => {
+ proxy.$tab.navigateTo(`/pages/activity/info?id=${item.id}`);
+}