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

# Conflicts:
#	pages.json
This commit is contained in:
闫晓茹 2022-10-17 18:39:09 +08:00
commit d563cf76c7
5 changed files with 584 additions and 7 deletions

View File

@ -3,15 +3,53 @@
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/diagnosis/diagnosis",
"style" :
{
"navigationBarTitleText": "诊疗结果",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //
}
},
{
"path": "pages/InformationFilling/InformationFilling",
"style": {
"navigationBarTitleText": "信息填写与确认",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //
}
},
{
"path" : "pages/AppointmentRecord/AppointmentRecord",
"style" :
{
"navigationBarTitleText": "预约记录及结果",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //
}
},
{
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "护理站简介",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //
}
},
{
"path" : "pages/nursestation/nursestation",
"style" :
"style" :
{
"navigationBarTitleText": "济南护万家护理有限公司",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/site/site",
@ -21,7 +59,7 @@
"navigationBarBackgroundColor": "#ffffff" //
}
},
{
"path" : "pages/appointmenttime/appointmenttime",
"style" :
@ -30,7 +68,7 @@
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //
}
},{
"path": "pages/login/login",
"style": {
@ -45,6 +83,13 @@
"navigationStyle": "custom"
}
}, {
"path": "pages/site/site",
"style": {
"navigationBarTitleText": "附近护理站",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //
}
},{
"path" : "pages/appointment/appointment",
"style" :
{
@ -75,7 +120,16 @@
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path" : "pages/appointmenttime/appointmenttime",
"style" :
{
"navigationBarTitleText": "预约时间",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff" //
}
},
{
"path": "pages/homepage/homepage",
"style": {
@ -118,8 +172,15 @@
"navigationBarBackgroundColor": "#ffffff"
}
}
,{
"path" : "pages/diagnosis/diagnosis",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",

View File

@ -0,0 +1,183 @@
<template>
<view class="app">
<view class="record">
<view class="time">
<text>2022-10-11 15:44</text>
<text class="service">服务中</text>
</view>
<view class="recordinfo">
<view class="img">
</view>
<view class="texts">
<text class="name">某某某</text>
<view class="doctor">
<text>内科门诊-主任医师</text>
</view>
</view>
</view>
<view class="Apayment">
<view class="pay">
<text class="money">实付款:</text>
<text class="price">28.0</text>
</view>
<view class="result">
查看结果
</view>
</view>
</view>
<view class="record">
<view class="time">
<text>2022-10-11 15:44</text>
<text class="service">服务中</text>
</view>
<view class="recordinfo">
<view class="img">
</view>
<view class="texts">
<text class="name">某某某</text>
<view class="doctor">
<text>内科门诊-主任医师</text>
</view>
</view>
</view>
<view class="Apayment">
<view class="pay">
<text class="money">实付款:</text>
<text class="price">28.0</text>
</view>
<view class="result">
查看结果
</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss">
.app {
background-color: #F4F5F7;
width: 100%;
height: 100vh;
position: relative;
padding: 4%;
.record {
width: 99%;
height: 427rpx;
background: #FFFFFF;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 20rpx;
margin-bottom: 10rpx;
.time {
width: 90%;
height: 80rpx;
font-size: 30rpx;
margin: 0 auto;
color: #969394;
line-height: 80rpx;
border-bottom: 1rpx solid #D8D4D4;
.service {
height: 67rpx;
color: #4C7BC9;
line-height: 67rpx;
margin-left: 45%;
// float: left;
}
}
}
.recordinfo {
width: 90%;
height: 230rpx;
// background-color: red;
margin: 0 auto;
display:flex;
.img {
width: 169rpx;
height: 171rpx;
background: #BFBFBF;
margin-top: 3%;
border-radius: 25rpx;
}
.texts {
margin-top: 7%;
// width: 169rpx;
height: 171rpx;
margin-left: 6%;
// background: #BFBFBF;
.name{
height: 70rpx;
font-size: 38rpx;
color: #000000;
line-height: 70rpx;
}
.doctor{
height: 60rpx;
font-size: 35rpx;
color: #969394;
line-height: 60rpx;
}
}
}
.Apayment{
width: 90%;
margin: 0 auto;
// background-color: red;
display: flex;
.money{
height: 29rpx;
font-size: 30rpx;
color: #969394;
line-height: 29rpx;
// margin-top: -40px;
}
.price{
font-family: Adobe Heiti Std;
font-weight: normal;
line-height: 29rpx;
height: 29rpx;
font-size: 41rpx;
color: #000000;
line-height: 77rpx;
}
.result{
width: 217rpx;
height: 68rpx;
line-height: 68rpx;
background: #4C7BC9;
font-size: 32rpx;
border-radius: 26rpx;
color: #FFFFFF;
text-align: center;
margin-left: 30%;
}
}
}
</style>

View File

@ -0,0 +1,257 @@
<template>
<view>
<view class="app">
<view class="info">
<view class="user">
<view class="item">
<u-form-item label="姓名:" label-width="100rpx" style="font-size: 36rpx;margin-left: 35rpx;">
<u-input />
</u-form-item>
<!-- <span class="texts">姓名<u-input></u-input></span> -->
<!-- <text>某某某</text> -->
<!-- <input type="text" placeholder="qingshuru"> -->
</view>
<view class="item">
<u-form-item label="电话:" label-width="100rpx" style="font-size: 36rpx;margin-left: 35rpx;">
<u-input />
</u-form-item>
</view>
<view class="item">
<u-form-item label="时间:" label-width="100rpx" style="font-size: 36rpx;margin-left: 35rpx;">
<u-input />
</u-form-item>
</view>
<view class="item1">
<u-form-item label="身份证号:" label-width="170rpx" style="font-size: 36rpx;margin-left: 35rpx;">
<u-input />
</u-form-item>
</view>
</view>
</view>
<view class="symptom">
<u-form-item label="症状描述:" :border-bottom="false" label-width="170rpx" style="font-size: 36rpx;margin-left: 35rpx;">
<u-input/>
</u-form-item>
</view>
<view class="case">
<span class="text">病例上传</span>
<image src="../../static/jiantou.png" mode=""></image>
<!-- <img src="/static/jiantou.png" alt=""> -->
</view>
<view class="case">
<span class="text">化验单上传</span>
<image src="../../static/jiantou.png" mode=""></image>
<!-- <img src="/static/jiantou.png" alt=""> -->
</view>
<view class="btn" @tap='show=true'>确认</view>
</view>
<!-- 弹框 -->
<view class="frame">
<u-popup v-model="show" mode="bottom" length="50%" border-radius="14">
<view class="payment">
<span>请选择支付方式</span>
<view class="cencel" @tap="show = false">
<image src="../../static/gb.png" mode=""></image>
</view>
</view>
<view class="chat">
<image src="/static/chat.png" mode=""></image>
<span>微信支付</span>
</view>
<view class="submit">
<span>确认支付</span><span>28</span>
</view>
</u-popup>
</view>
</view>
</template>
<script>
export default {
data() {
return {
show: false
}
},
methods: {
}
}
</script>
<style lang="scss">
.texts {
font-family: Adobe Heiti Std;
font-weight: normal;
color: #000000;
margin-left: 5%;
}
.text {
color: #000000;
margin-left: 5%;
line-height: 100rpx;
// margin-top: 5%;
// padding-top: 50rpx;
}
text {
color: #969394;
}
.app {
background-color: #F4F5F7;
width: 100%;
height: 100vh;
position: relative;
padding: 3%;
//
.info {
width: 99%;
height: 373rpx;
background: #FFFFFF;
box-shadow: 0rpx 9rpx 3r1px 9rpx rgba(0, 0, 0, 0.03);
border-radius: 20px;
margin: 0 auto;
display: block;
font-size: 36rpx;
// margin-top: 33rpx;
}
.item {
width: 97%;
height: 93rpx;
line-height: 93rpx;
// border-bottom: 1rpx solid #D8D4D4;
margin-left: 10rpx;
// background-color: red;
}
.item1 {
width: 97%;
height: 93rpx;
line-height: 93rpx;
// border-bottom: 1rpx solid #D8D4D4;
// background-color: red;
}
//
.symptom {
width: 99%;
height: 331rpx;
background: #FFFFFF;
font-size: 36rpx;
box-shadow: 0px 9px 31px 9px rgba(0, 0, 0, 0.03);
border-radius: 20px;
margin-top: 15rpx;
font-size: 36rpx;
}
//
.case {
width: 99%;
height: 105rpx;
background: #FFFFFF;
box-shadow: 0px 9px 31px 9px rgba(0, 0, 0, 0.03);
border-radius: 20px;
margin-top: 15rpx;
font-size: 36rpx;
image {
width: 18rpx;
height: 27rpx;
float: right;
margin-top: 6%;
margin-right: 6%;
}
}
//
.btn {
width: 217rpx;
height: 68rpx;
line-height: 68rpx;
background: #4C7BC9;
border-radius: 26rpx;
color: #FFFFFF;
font-size: 32rpx;
text-align: center;
margin: 70rpx 10rpx 20rpx 440rpx;
}
}
//
.payment {
width: 390px;
height: 130rpx;
font-size: 42rpx;
font-family: Adobe Heiti Std;
font-weight: normal;
color: #000000;
line-height: 130rpx;
text-align: center;
margin: 0 auto;
// margin-top: 49rpx;
border-bottom: 1rpx solid #D8D4D4;
image {
width: 31rpx;
height: 31rpx;
float: right;
margin-top: -10%;
// margin-right: 5%;
// padding-left: 50%;
}
}
.chat {
// height: 200rpx;
span {
display: block;
height: 68rpx;
font-size: 42rpx;
color: #000000;
line-height: 68rpx;
margin-left: 25%;
// background-color: red;
// float: left;
margin-top: -10%;
}
image {
width: 79rpx;
height: 69rpx;
margin-top: 7%;
// margin-right: 5%;
padding-left: 10%;
}
}
.submit {
width: 501rpx;
height: 71rpx;
line-height: 71rpx;
background: #4C7BC9;
border-radius: 26rpx;
font-size: 34rpx;
color: #FFFFFF;
text-align: center;
margin: 0 auto;
margin-top: 40%;
}
</style>

View File

@ -0,0 +1,76 @@
<template>
<view class="app">
<view class="advice">
<view class="doctor">
<text>医生建议</text>
<input type="text">
</view>
</view>
<view class="evaluate">
<text>评价</text>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss">
.app {
background-color: #F4F5F7;
width: 100%;
height: 100vh;
position: relative;
padding: 3%;
.advice {
width: 95%;
margin: 0 auto;
height: 931rpx;
background: #FFFFFF;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 20rpx;
// margin-top: 5%;
.doctor{
margin: 0 auto;
height: 130rpx;
width: 95%;
// background-color: red;
border-bottom: 1rpx solid #D8D4D4;
font-size: 45px;
color: #000000;
line-height: 110rpx;
}
text{
font-size: 45rpx;
color: #000000;
}
}
.evaluate{
width: 217rpx;
height: 68rpx;
line-height: 68rpx;
background: #4C7BC9;
border-radius: 26rpx;
font-size: 32rpx;
color: #FFFFFF;
text-align: center;
float: right;
margin-top: 140rpx;
margin-right: 30rpx;
}
}
</style>

BIN
static/chat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB