diff --git a/components/mineBar.vue b/components/mineBar.vue
new file mode 100644
index 0000000..bf33364
--- /dev/null
+++ b/components/mineBar.vue
@@ -0,0 +1,64 @@
+
+
+
+
+ {{title}}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/mineBox.vue b/components/mineBox.vue
new file mode 100644
index 0000000..8bfa516
--- /dev/null
+++ b/components/mineBox.vue
@@ -0,0 +1,45 @@
+
+
+
+ {{title}}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/tabbar.vue b/components/tabbar.vue
index 8bd8a20..63b4223 100644
--- a/components/tabbar.vue
+++ b/components/tabbar.vue
@@ -5,7 +5,7 @@
- 文章
+ {{leftButtonText}}
@@ -30,6 +30,10 @@
is_admin:{
type: Boolean,
default: false
+ },
+ leftButtonText: {
+ type: String,
+ default: '文章'
}
},
data() {
diff --git a/launch.json b/launch.json
new file mode 100644
index 0000000..b91000f
--- /dev/null
+++ b/launch.json
@@ -0,0 +1,6 @@
+{
+ "type": "uniapp-run",
+ "request": "launch",
+ "name": "Uniapp Run",
+ "platform": "mp-weixin"
+}
diff --git a/pages.json b/pages.json
index be6d4f4..62fae98 100644
--- a/pages.json
+++ b/pages.json
@@ -46,6 +46,14 @@
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
+ },
+ {
+ "path" : "pages/mine/mine",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false
+ }
}
],
"globalStyle": {
diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue
new file mode 100644
index 0000000..890ee05
--- /dev/null
+++ b/pages/mine/mine.vue
@@ -0,0 +1,95 @@
+
+
+
+
+ 李静医生
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/images/frontend/unuse/助手管理.svg b/static/images/frontend/mine-bar-assistant.svg
similarity index 100%
rename from static/images/frontend/unuse/助手管理.svg
rename to static/images/frontend/mine-bar-assistant.svg
diff --git a/static/images/frontend/unuse/邀请新医生.svg b/static/images/frontend/mine-bar-invite.svg
similarity index 100%
rename from static/images/frontend/unuse/邀请新医生.svg
rename to static/images/frontend/mine-bar-invite.svg
diff --git a/static/images/frontend/unuse/患者预约.svg b/static/images/frontend/mine-bar-prebook.svg
similarity index 100%
rename from static/images/frontend/unuse/患者预约.svg
rename to static/images/frontend/mine-bar-prebook.svg
diff --git a/static/images/frontend/unuse/导出针灸记录.svg b/static/images/frontend/mine-bar-records.svg
similarity index 100%
rename from static/images/frontend/unuse/导出针灸记录.svg
rename to static/images/frontend/mine-bar-records.svg
diff --git a/static/images/frontend/unuse/挂号管理.svg b/static/images/frontend/mine-bar-registration.svg
similarity index 100%
rename from static/images/frontend/unuse/挂号管理.svg
rename to static/images/frontend/mine-bar-registration.svg
diff --git a/static/images/frontend/unuse/医生信息.svg b/static/images/frontend/mine-icon-doctor.svg
similarity index 100%
rename from static/images/frontend/unuse/医生信息.svg
rename to static/images/frontend/mine-icon-doctor.svg
diff --git a/static/images/frontend/unuse/医院管理.svg b/static/images/frontend/mine-icon-hospital.svg
similarity index 100%
rename from static/images/frontend/unuse/医院管理.svg
rename to static/images/frontend/mine-icon-hospital.svg
diff --git a/static/images/frontend/unuse/出诊安排.svg b/static/images/frontend/mine-icon-schedule.svg
similarity index 100%
rename from static/images/frontend/unuse/出诊安排.svg
rename to static/images/frontend/mine-icon-schedule.svg
diff --git a/static/images/frontend/unuse/诊疗设置.svg b/static/images/frontend/mine-icon-setting.svg
similarity index 100%
rename from static/images/frontend/unuse/诊疗设置.svg
rename to static/images/frontend/mine-icon-setting.svg