diff --git a/components/utabs/u-tabs.vue b/components/utabs/u-tabs.vue new file mode 100644 index 0000000..197e400 --- /dev/null +++ b/components/utabs/u-tabs.vue @@ -0,0 +1,385 @@ + + + + + diff --git a/pages.json b/pages.json index 6e8d708..dc60ad3 100644 --- a/pages.json +++ b/pages.json @@ -65,4 +65,4 @@ } ] } -} \ No newline at end of file +} diff --git a/pages/Personalinfo/Personalinfo.vue b/pages/Personalinfo/Personalinfo.vue new file mode 100644 index 0000000..b224ce9 --- /dev/null +++ b/pages/Personalinfo/Personalinfo.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/pages/ServiceSchedule/ServiceSchedule.vue b/pages/ServiceSchedule/ServiceSchedule.vue new file mode 100644 index 0000000..f2b63a2 --- /dev/null +++ b/pages/ServiceSchedule/ServiceSchedule.vue @@ -0,0 +1,323 @@ + + + + + \ No newline at end of file diff --git a/pages/login/login.vue b/pages/login/login.vue index 693b49b..056eb7c 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -14,16 +14,14 @@ - - - + - - + + - + 登录 @@ -50,7 +48,11 @@ }, methods: { - + gohomepage() { + uni.redirectTo({ + url: '/pages/homepage/homepage' + }) + }, } } @@ -135,14 +137,15 @@ position: relative; width: 83%; /* background: red; */ - left: 50%; - transform: translateX(-50%); - top: 9%; + left: 50%; + transform: translateX(-50%); + top: 9%; ::v-deep .u-form-item--left { font-size: 30rpx; } - .pwd{ + + .pwd { display: inline-block; position: absolute; right: 10%; @@ -155,17 +158,17 @@ } - .loginsubmit{ - text-align: center; - width: 83%; - height: 88rpx; - line-height: 88rpx; - background: #18CBB3; - /* position: absolute; */ - margin: 177rpx auto; - color: #fff; + + .loginsubmit { + text-align: center; + width: 83%; + height: 88rpx; + line-height: 88rpx; + background: #18CBB3; + /* position: absolute; */ + margin: 177rpx auto; + color: #fff; border-radius: 100rpx - } } diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index 7d9d635..17ecd54 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -68,9 +68,9 @@ 张三族 - - - + + + 个人信息 @@ -113,6 +113,20 @@ }, methods: { + // 个人信息 + personlinfo(){ + uni.navigateTo({ + url:'/pages/Personalinfo/Personalinfo' + }) + + }, + gotime(){ + uni.navigateTo({ + url:'/pages/ServiceSchedule/ServiceSchedule' + }) + }, + + } } diff --git a/static/jiantou.png b/static/jiantou.png new file mode 100644 index 0000000..a8fcb76 Binary files /dev/null and b/static/jiantou.png differ