diff --git a/pages.json b/pages.json
index 9d7d108..425f1ca 100644
--- a/pages.json
+++ b/pages.json
@@ -3,21 +3,20 @@
{
"path": "pages/index/home",
"style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
+ "navigationStyle": "custom"
}
},
{
- "path": "pages/index/member",
+ "path": "pages/index/desk",
"style": {
- "navigationStyle": "custom",
+ "navigationBarTitleText": "书桌",
"enablePullDownRefresh": true
}
},
{
- "path": "pages/index/maintain",
+ "path": "pages/index/member",
"style": {
- "navigationBarTitleText": "维修",
+ "navigationBarTitleText": "custom",
"enablePullDownRefresh": true
}
},
@@ -45,6 +44,21 @@
"navigationBarTitleText": "补充信息"
}
},
+ {
+ "path": "home/plan",
+ "style": {
+ "navigationBarTitleText": "个人语境方案定制",
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#06DADC"
+ }
+ },
+ {
+ "path": "home/submit",
+ "style": {
+ "navigationBarTitleText": "报名个人语境定制"
+
+ }
+ },
{
"path": "home/repairSubmit",
"style": {
@@ -87,10 +101,9 @@
}
},
"globalStyle": {
- "navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#c70019",
- "backgroundColor": "#c70019"
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#999",
@@ -105,7 +118,7 @@
"selectedIconPath": "static/主页图标-点击.png"
},
{
- "pagePath": "pages/index/maintain",
+ "pagePath": "pages/index/desk",
"text": "书桌",
"iconPath": "static/书桌图标.png",
"selectedIconPath": "static/书桌图标-点击.png"
diff --git a/pages/index/desk.vue b/pages/index/desk.vue
new file mode 100644
index 0000000..5368526
--- /dev/null
+++ b/pages/index/desk.vue
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ book.title }}
+
+ {{ book.grade }}/
+
+ {{ book.duration }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/index/home.vue b/pages/index/home.vue
index 0c773c7..cdca2a2 100644
--- a/pages/index/home.vue
+++ b/pages/index/home.vue
@@ -1,331 +1,652 @@
-
-
-
-
-
-
-
-
+
+
-
-
- {{ selectedCategory.label ||'展品分类' }}
-
+
+
-
-
-
-
-
-
-
-
- {{ item.title }}
+
+
+
+
+
+
+ {{ tab }}
+
+
+
+
+
+
+
+
-
- 展品编号
- {{ item.id }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+ {{ item.author }}
+ {{ item.duration }}
+
-
- 展品位置
- {{ item.position }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ book.duration }}
+
+ {{ book.title }}
+
+
-
- 展品类型
- {{ item.categoryId_dictText }}
+
+
+
+
+
+
+
+
+
+
+
-
- 下次保养日期
- {{ item.maintenanceDate }}
-
- {{ item.maintenanceProject }}
+
+ {{ book.title }}
+
+ {{ book.grade }}/
+
+ {{ book.duration }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/subPages/home/submit.vue b/subPages/home/submit.vue
new file mode 100644
index 0000000..f74ec1e
--- /dev/null
+++ b/subPages/home/submit.vue
@@ -0,0 +1,203 @@
+
+
+
+
+
+
+
+
+
+ 信息填写
+
+
+
+ 姓名
+
+
+
+
+
+ 联系方式
+
+
+
+
+
+ 个人期待
+
+
+
+
+
+ 文化背景
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/uni.scss b/uni.scss
index 481a46b..e100e5d 100644
--- a/uni.scss
+++ b/uni.scss
@@ -17,7 +17,7 @@
/* 颜色变量 */
// 自定义颜色
$primary-color: #06DADC;
-$secondary-color: #E8FBFB;
+$secondary-color: #8B8B8B;
$primary-text-color: #000;
$secondary-text-color: #999;