diff --git a/src/pages.json b/src/pages.json
index 5d20d17..91cb6fb 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -139,6 +139,13 @@
"enablePullDownRefresh": false
}
},
+ {
+ "path": "pages/view/routine/JiaoXueZiYuan/indexList",
+ "style": {
+ "navigationBarTitleText": "资源类型",
+ "enablePullDownRefresh": false
+ }
+ },
{
"path": "pages/view/routine/HuoDongZiYuan/index",
"style": {
@@ -420,13 +427,13 @@
"pagePath": "pages/base/service/index",
"iconPath": "static/tabBar/x2.png",
"selectedIconPath": "static/tabBar/2.png"
+ },
+ {
+ "text": "我的",
+ "pagePath": "pages/base/mine/index",
+ "iconPath": "static/tabBar/x3.png",
+ "selectedIconPath": "static/tabBar/3.png"
}
- // {
- // "text": "我的",
- // "pagePath": "pages/base/mine/index",
- // "iconPath": "static/tabBar/x3.png",
- // "selectedIconPath": "static/tabBar/3.png"
- // }
]
}
-}
\ No newline at end of file
+}
diff --git a/src/pages/base/mine/index.vue b/src/pages/base/mine/index.vue
index 45aaa1d..90a09a1 100644
--- a/src/pages/base/mine/index.vue
+++ b/src/pages/base/mine/index.vue
@@ -1,14 +1,977 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ date.day }}
+ {{ date.number }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.startTime }}
+ {{ item.endTime }}
+
+
+
+
+
+
+
+ 📍
+ {{ item.location }}
+
+
+ 📝
+ {{ item.description }}
+
+
+
+
+
+
+
+ 暂无日程安排
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/base/service/index.vue b/src/pages/base/service/index.vue
index 2174c6b..63e570c 100644
--- a/src/pages/base/service/index.vue
+++ b/src/pages/base/service/index.vue
@@ -153,13 +153,13 @@ const sections = reactive([
id: "routine",
title: "常规",
items: [
- {
- id: 10,
- text: "一师一策",
- icon: "clipboardfill",
- path: "/pages/view/routine/yishiyice/index",
- show: true,
- },
+ // {
+ // id: 10,
+ // text: "一师一策",
+ // icon: "clipboardfill",
+ // path: "/pages/view/routine/yishiyice/index",
+ // show: true,
+ // },
{
id: "r2",
icon: "stack-fill",
diff --git a/src/pages/view/routine/JiaoXueZiYuan/index.vue b/src/pages/view/routine/JiaoXueZiYuan/index.vue
index 564691f..863f350 100644
--- a/src/pages/view/routine/JiaoXueZiYuan/index.vue
+++ b/src/pages/view/routine/JiaoXueZiYuan/index.vue
@@ -1,396 +1,393 @@
-
-
-
-
-
- {{ selectedDirectory?.name || '目录' }}
-
-
-
-
- {{ selectedType1?.name || '类型' }}
-
-
-
-
- {{ selectedType2?.name || '类型' }}
-
-
-
-
-
-
-
-
-
-
- {{ item.iconLetter }}
- -{{ item.pages }}页-
+
+
+
+
+
+
+
+ {{ subject.name }}
-
- {{ item.title }}
-
- {{ item.publishDate }}
- 浏览量: {{ item.views }}
- 下载量: {{ item.downloads }}
+
+
+
+
+
+
+
+ 资源类型
+
+
+ {{ type }}
+
+
+
+ 年级
+
+
+ {{ grade }}
+
+
+
+
+
+
+ 请从左侧选择学科
+
-
-
-
-
-
-
-
-
-
+
+
\ No newline at end of file
diff --git a/src/pages/view/routine/JiaoXueZiYuan/indexList.vue b/src/pages/view/routine/JiaoXueZiYuan/indexList.vue
new file mode 100644
index 0000000..5790ba6
--- /dev/null
+++ b/src/pages/view/routine/JiaoXueZiYuan/indexList.vue
@@ -0,0 +1,468 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.iconLetter }}
+ -{{ item.pages }}页-
+
+
+ {{ item.title }}
+
+
+ {{ tag }}
+
+
+ {{ item.publishDate }}
+ 浏览量: {{ item.views }}
+ 下载量: {{ item.downloads }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file