Merge remote-tracking branch 'origin/dev' into dev

# Conflicts:
#	pages/homepage/homepage.vue
This commit is contained in:
闫晓茹 2023-10-07 14:24:56 +08:00
commit 868d99f969
8 changed files with 357 additions and 120 deletions

View File

@ -393,13 +393,22 @@
}
},
{
"path": "servicerecord/servicerecord",
"style": {
"navigationBarTitleText": "服务记录",
"enablePullDownRefresh": false
"path": "servicerecord/servicerecord",
"style": {
"navigationBarTitleText": "服务记录",
"enablePullDownRefresh": false
}
}
}
]
,{
"path" : "Myappointment/Myappointment",
"style" :
{
"navigationBarTitleText": "我的预约",
"enablePullDownRefresh": false
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "white",

View File

@ -33,13 +33,13 @@
</view>
</view>
<view class="home">
<view class="home" @tap="myappointment">
<image src="/static/pageC/appointmen.png" mode=""></image>
<view class="name">
我的预约
</view>
</view>
<view class="home">
<view class="home" @tap="servicerecord">
<image src="/static/pageC/SERVERECOD.png" mode=""></image>
<view class="name">
服务记录
@ -98,6 +98,18 @@
url: '/pagesC/ServiceAppointment/ServiceAppointment'
})
},
//
servicerecord(){
uni.navigateTo({
url: '/pagesC/servicerecord/servicerecord'
})
},
//
myappointment(){
uni.navigateTo({
url:'/pagesC/Myappointment/Myappointment'
})
},
login() {
const _this = this
uni.login({
@ -124,4 +136,4 @@
<style lang="scss">
@import "./homepage.scss";
</style>
</style>

View File

@ -24,7 +24,7 @@
<view class="title">
周边医养机构
</view>
<u-tabs :list="nurseAgencyClassifyInfoList" :current="conNewcurrent" @change="change"></u-tabs>
<u-tabs :list="nurseAgencyClassifyInfoList" :current="conNewcurrent" @change="change" active-color="#26A888"></u-tabs>
<view class="" v-if="nursestationlist.length>0">
<view class="addressContent" v-for="(item,index) in nursestationlist" :key="index">
<view class="lists" @tap='godetails(item)'>
@ -319,4 +319,4 @@
</script>
<style lang="scss">
@import './site.scss'
</style>
</style>

View File

@ -0,0 +1,127 @@
.app{
height: 100vh;
background-color: #F7F5F5;
padding-top: 20rpx;
overflow: scroll;
::v-deep .u-tabs-scroll-flex {
background: #F7F5F5;
width: 60%;
}
::v-deep .u-scroll-view {
background: #F7F5F5 !important;
}
.record {
width: 95%;
height: 332rpx;
background: #FFFFFF;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 5rpx;
margin: 0 auto;
position: relative;
font-family: Source Han Sans CN;
margin-bottom: 15rpx;
.top {
position: absolute;
background: red;
width: 90%;
left: 5%;
top: 7%;
span:nth-child(1) {
font-size: 32rpx;
font-weight: 600;
color: #000000;
position: absolute;
}
span:nth-child(2) {
font-weight: 500;
font-size: 28rpx;
font-weight: 600;
color: #26A888;
position: absolute;
right: 0%;
}
}
.recorddata {
width: 95%;
position: relative;
top: 26%;
left: 50%;
transform: translateX(-50%);
border-bottom: 1rpx solid #E6E6E6;
padding-left: 3%;
.recordbottom {
margin-bottom: 30rpx !important;
}
.recorditem {
width: 100%;
font-size: 28rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #868585;
margin-bottom: 34rpx;
span {
margin-left: 20rpx;
}
}
}
.evaluate {
.evaluatedata {
position: absolute;
width: 169rpx;
height: 61rpx;
background: #26A888;
border-radius: 5rpx;
text-align: center;
font-size: 28rpx;
font-weight: 400;
color: #FFFFFF;
line-height: 61rpx;
bottom: 8%;
right: 4%;
}
span:nth-child(1) {
display: inline-block;
position: absolute;
height: 22rpx;
font-size: 28rpx;
font-weight: 400;
color: #868585;
left: 5%;
bottom: 16%;
}
span:nth-child(2) {
display: inline-block;
position: absolute;
height: 22rpx;
font-size: 28rpx;
font-weight: 400;
color: #868585;
left: 25%;
bottom: 16%;
}
span:nth-child(3) {
display: inline-block;
position: absolute;
left: 49%;
bottom: 11%;
font-size: 28rpx;
font-weight: 400;
color: #868585;
// left: 25%;
}
}
}
}

View File

@ -0,0 +1,88 @@
<template>
<view class="app">
<u-tabs :list="tabslist" :is-scroll="false" :current="tabscurrent" @change="tabschange" :show-bar='false'
active-color='#26A888'></u-tabs>
<view class="record">
<view class="top">
<span>大生化</span>
<span>未完成</span>
</view>
<view class="recorddata">
<view class="recorditem">
高血压个性服务包
</view>
<view class="recorditem">
预约时间2023-12-12<span>08:30</span>
</view>
</view>
<view class="evaluate" @tap="evaluatetime">
<view class="evaluatedata">
取消预约
</view>
</view>
</view>
<view class="record">
<view class="top">
<span>大生化</span>
<span>未完成</span>
</view>
<view class="recorddata">
<view class="recorditem">
高血压个性服务包
</view>
<view class="recorditem">
预约时间2023-12-12<span>08:30</span>
</view>
</view>
<view class="evaluate">
<span>完成时间</span>
<span>2023-12-20</span>
<span>08:30</span>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
tabslist: [{
name: '全部',
orderStatus: '',
}, {
name: '未评价',
orderStatus: 'WAIT_PAY',
}, {
name: '已评价',
orderStatus: 'WAIT_RECEIVED_GOODS',
}, ],
tabscurrent: 0,
}
},
methods: {
//tabs
tabschange(index) {
// console.log(this.tabslist)
this.tabscurrent = index;
// this.orderStatus = this.tabslist[index].orderStatus
// this.goodsOrderinfo();
},
}
}
</script>
<style lang="scss">
@import './Myappointment.scss'
</style>

View File

@ -0,0 +1,108 @@
.app {
height: 100vh;
background-color: #F7F5F5;
padding: 30rpx 0 0 0;
overflow: scroll;
::v-deep .u-navbar-placeholder {
background-color: #F7F5F5;
z-index: 999;
}
.u-navbar {
display: block;
// height: 200rpx;
image {
margin: 0 4% 0 4%;
width: 20rpx;
height: 30rpx;
}
.title {
width: 31%;
font-size: 34rpx;
font-weight: 500;
color: #FFFFFF;
}
.inputs {
position: relative;
// margin-left: 4%;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
width: 60%;
height: 65rpx;
border-radius: 31rpx;
z-index: 999;
background: #65c0a9;
color: #FFFFFF;
.placeholder {
color: #FFFFFF;
}
.input {
margin: 0 auto;
position: absolute;
height: 65rpx;
// top: 8%;
left: 18%;
width: 80%;
font-size: 26rpx;
color: #FFFFFF;
}
.icon {
background: url(@/static/pagesB/sousuo.png) no-repeat;
width: 30rpx;
height: 28rpx;
background-size: cover;
position: absolute;
top: 28%;
left: 4%;
}
}
}
.content {
position: relative;
width: 95%;
height: 183rpx;
background: #FFFFFF;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 5rpx;
margin: 15rpx auto;
.servename {
padding: 0 50rpx 0 50rpx;
font-size: 28rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #868585;
line-height: 38rpx;
}
.appoint {
position: absolute;
right: 5%;
top: 50%;
transform: translateY(-50%);
width: 169rpx;
height: 61rpx;
background: #26A888;
border-radius: 5rpx;
line-height: 61rpx;
text-align: center;
color: #fff;
}
.big {
padding: 35rpx 50rpx 30rpx 50rpx;
font-size: 32rpx;
font-family: Source Han Sans CN;
font-weight: 500;
color: #000000;
line-height: 38rpx;
}
}
}

View File

@ -62,112 +62,5 @@
</script>
<style lang="scss">
.app {
height: 100vh;
background-color: #F7F5F5;
padding: 30rpx 0 0 0;
overflow: scroll;
::v-deep .u-navbar-placeholder {
background-color: #F7F5F5;
z-index: 999;
}
.u-navbar {
display: block;
// height: 200rpx;
image {
margin: 0 4% 0 4%;
width: 20rpx;
height: 30rpx;
}
.title {
width: 31%;
font-size: 34rpx;
font-weight: 500;
color: #FFFFFF;
}
.inputs {
position: relative;
// margin-left: 4%;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
width: 60%;
height: 65rpx;
border-radius: 31rpx;
z-index: 999;
background: #65c0a9;
color: #FFFFFF;
.placeholder {
color: #FFFFFF;
}
.input {
margin: 0 auto;
position: absolute;
height: 65rpx;
// top: 8%;
left: 18%;
width: 80%;
font-size: 26rpx;
color: #FFFFFF;
}
.icon {
background: url(@/static/pagesB/sousuo.png) no-repeat;
width: 30rpx;
height: 28rpx;
background-size: cover;
position: absolute;
top: 28%;
left: 4%;
}
}
}
.content {
position: relative;
width: 95%;
height: 183rpx;
background: #FFFFFF;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 5rpx;
margin: 15rpx auto;
.servename {
padding: 0 50rpx 0 50rpx;
font-size: 28rpx;
font-family: Source Han Sans CN;
font-weight: 400;
color: #868585;
line-height: 38rpx;
}
.appoint {
position: absolute;
right: 5%;
top: 50%;
transform: translateY(-50%);
width: 169rpx;
height: 61rpx;
background: #26A888;
border-radius: 5rpx;
line-height: 61rpx;
text-align: center;
color: #fff;
}
.big {
padding: 35rpx 50rpx 30rpx 50rpx;
font-size: 32rpx;
font-family: Source Han Sans CN;
font-weight: 500;
color: #000000;
line-height: 38rpx;
}
}
}
@import './ServiceAppointment.scss'
</style>

View File

@ -53,7 +53,7 @@
span:nth-child(3) {
font-weight: 500;
font-size: 28rpx;
font-weight: 500;
font-weight: 600;
color: #26A888;
position: absolute;
// left: 18%;