diff --git a/pages.json b/pages.json index 6ebe20c..ccc0f96 100644 --- a/pages.json +++ b/pages.json @@ -328,6 +328,22 @@ "navigationBarTitleText": "问诊平台", "enablePullDownRefresh": false } + }, + { + "path": "ServiceAppointmenttime/ServiceAppointmenttime", + "style": { + "navigationBarTitleText": "服务预约", + "enablePullDownRefresh": false + } + }, + { + "path": "ServiceAppointment/ServiceAppointment", + "style": { + "navigationStyle": "custom", // 隐藏系统导航栏 + "navigationBarTitleText": "商品订单", + "onReachBottomDistance": 40, //距离底部多远时触发 单位为px + "enablePullDownRefresh": true //设置参数为true + } }] } ], diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 698e84b..f27f11b 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -20,7 +20,7 @@ 健康档案 - + 服务预约 @@ -75,6 +75,11 @@ this.login() }, methods: { + goappoint() { + uni.navigateTo({ + url: '/pagesC/ServiceAppointment/ServiceAppointment' + }) + }, login() { const _this = this uni.login({ diff --git a/pagesC/ServiceAppointment/ServiceAppointment.vue b/pagesC/ServiceAppointment/ServiceAppointment.vue new file mode 100644 index 0000000..9d0c267 --- /dev/null +++ b/pagesC/ServiceAppointment/ServiceAppointment.vue @@ -0,0 +1,171 @@ + + + + + \ No newline at end of file diff --git a/pagesC/ServiceAppointmenttime/ServiceAppointmenttime.vue b/pagesC/ServiceAppointmenttime/ServiceAppointmenttime.vue new file mode 100644 index 0000000..4a40187 --- /dev/null +++ b/pagesC/ServiceAppointmenttime/ServiceAppointmenttime.vue @@ -0,0 +1,89 @@ + + + + + \ No newline at end of file diff --git a/static/pageC/time.png b/static/pageC/time.png new file mode 100644 index 0000000..e86b72d Binary files /dev/null and b/static/pageC/time.png differ