From 5394b815cf6b8891b11d2e6e17dd2c424ed4f103 Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Thu, 21 Aug 2025 16:53:47 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 2 +-
pages/index/index.vue | 28 ++++++++++++++++++++--------
pages/me/index.vue | 4 ++--
3 files changed, 23 insertions(+), 11 deletions(-)
diff --git a/pages.json b/pages.json
index 0f09ab7..0820817 100644
--- a/pages.json
+++ b/pages.json
@@ -130,7 +130,7 @@
},{
"path": "courseCalendar/index",
"style": {
- "navigationBarTitleText": "学院日程"
+ "navigationBarTitleText": "学院日历"
}
},{
"path": "surveyFill/index",
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 4a4b63c..66c4ac3 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -22,13 +22,16 @@
-
+
-
+
-
+
+
+
+
@@ -265,6 +268,10 @@
uni.navigateTo({
url: '/packages/webview/index?type=3&url=' + url
})
+ }else if(type===6){
+ uni.navigateTo({
+ url: '/packages/courseCalendar/index'
+ })
}
}
}
@@ -336,12 +343,17 @@
display: flex;
justify-content: space-around;
align-items: center;
- position: relative;
- padding-bottom: 130rpx;
-
+ position: relative;
+ padding:0 30rpx;
+ padding-bottom: 130rpx;
+ flex-wrap: wrap;
+ &>view{
+ font-size:0;
+ }
image {
- width: 200rpx;
- height: 195rpx;
+ width: 325rpx;
+ height: 149rpx;
+ margin:10rpx 0;
}
}
diff --git a/pages/me/index.vue b/pages/me/index.vue
index 9cac652..455e872 100644
--- a/pages/me/index.vue
+++ b/pages/me/index.vue
@@ -57,13 +57,13 @@
-
+