diff --git a/pages.json b/pages.json
index a7606aa..7853156 100644
--- a/pages.json
+++ b/pages.json
@@ -145,6 +145,31 @@
"navigationBarTitleText": "忘记密码",
"enablePullDownRefresh": false
}
+ },
+ {
+ "path": "pages/user/index",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#e5ebfd",
+ "navigationBarTextStyle": "white",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/user/unitInfo/index",
+ "style": {
+ "navigationBarTitleText": "单位信息",
+ "navigationBarBackgroundColor": "white",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "pages/user/versionInfo/index",
+ "style": {
+ "navigationBarTitleText": "版本信息",
+ "navigationBarBackgroundColor": "white",
+ "navigationBarTextStyle": "black"
+ }
}
],
//分包加载配置,此配置为小程序的分包加载机制。
@@ -190,6 +215,12 @@
"iconPath": "static/tab/my.png",
"selectedIconPath": "static/tab/my_cur.png",
"text": "我的"
+ },
+ {
+ "pagePath": "pages/user/index",
+ "iconPath": "static/tab/my.png",
+ "selectedIconPath": "static/tab/my_cur.png",
+ "text": "设置"
}
]
},
diff --git a/pages/user/index.vue b/pages/user/index.vue
new file mode 100644
index 0000000..cea8c18
--- /dev/null
+++ b/pages/user/index.vue
@@ -0,0 +1,224 @@
+
+
+
+
+
+ 登录/注册
+ 点击登录 获取更多信息
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/user/unitInfo/index.vue b/pages/user/unitInfo/index.vue
new file mode 100644
index 0000000..d7f0750
--- /dev/null
+++ b/pages/user/unitInfo/index.vue
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/user/versionInfo/index.vue b/pages/user/versionInfo/index.vue
new file mode 100644
index 0000000..a646282
--- /dev/null
+++ b/pages/user/versionInfo/index.vue
@@ -0,0 +1,63 @@
+
+
+
+
+
+ {{ version }}
+
+
+
+
+