修改
This commit is contained in:
parent
eb5ee913dc
commit
22923e5b48
6
App.vue
6
App.vue
@ -9,11 +9,11 @@
|
||||
<style lang="scss">
|
||||
/*每个页面公共css */
|
||||
@import "uview-ui/index.scss";
|
||||
|
||||
.app {
|
||||
page {
|
||||
background-color: #F4F5F7;
|
||||
}
|
||||
.app {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
// position: relative;
|
||||
color: #000000;
|
||||
padding: 30rpx 0 200rpx 0;
|
||||
|
||||
@ -73,7 +73,7 @@
|
||||
})
|
||||
setTimeout(e => {
|
||||
uni.navigateTo({
|
||||
url: `/pages/login/login?phonenumber=${this.appPersonallist.phonenumber}&password=${this.appPersonallist.stationPersonPassword}`
|
||||
url: `/pages/login/login?phonenumber=${this.phonenumber}&password=${this.password}`
|
||||
})
|
||||
}, 1500)
|
||||
} else {
|
||||
|
||||
@ -1,9 +1,18 @@
|
||||
.app {
|
||||
padding: 0;
|
||||
// font-size: 35rpx;
|
||||
height: 100vh;
|
||||
padding: 3%;
|
||||
|
||||
.img{
|
||||
line-height: 90rpx;
|
||||
view{
|
||||
font-size: 32rpx;
|
||||
padding: 20rpx 0;
|
||||
}
|
||||
image{
|
||||
width: 100%;
|
||||
height: 700rpx;
|
||||
}
|
||||
}
|
||||
.details {
|
||||
width: 100%;
|
||||
height: 250rpx;
|
||||
@ -62,7 +71,7 @@
|
||||
border-radius: 20rpx;
|
||||
position: relative;
|
||||
top: 20rpx;
|
||||
|
||||
|
||||
|
||||
.item {
|
||||
line-height: 110rpx;
|
||||
@ -82,7 +91,6 @@
|
||||
width: 80%;
|
||||
margin-left: 100rpx;
|
||||
margin-top: 30rpx;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -30,6 +30,24 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="img">
|
||||
<view class="">
|
||||
护理员到岗照片
|
||||
</view>
|
||||
<image :src="baseurl+list.onDutyPictureUrl" mode=""></image>
|
||||
</view>
|
||||
<view class="img">
|
||||
<view class="">
|
||||
服务结束照片
|
||||
</view>
|
||||
<image :src="baseurl+list.serviceEndPictureUrl" mode=""></image>
|
||||
</view>
|
||||
<view class="img">
|
||||
<view class="">
|
||||
签名
|
||||
</view>
|
||||
<image :src="baseurl+list.userSignaturePictureUrl" mode=""></image>
|
||||
</view>
|
||||
<view class="submit">
|
||||
<view class="return" @tap='goreturn' v-if="list.orderStatus=='NOT_FINISH'">
|
||||
任务退回
|
||||
|
||||
Loading…
Reference in New Issue
Block a user