This commit is contained in:
曹辉 2022-11-15 16:58:12 +08:00
parent eb5ee913dc
commit 22923e5b48
4 changed files with 34 additions and 8 deletions

View File

@ -9,11 +9,11 @@
<style lang="scss"> <style lang="scss">
/*每个页面公共css */ /*每个页面公共css */
@import "uview-ui/index.scss"; @import "uview-ui/index.scss";
page {
.app {
background-color: #F4F5F7; background-color: #F4F5F7;
}
.app {
width: 100%; width: 100%;
height: 100vh;
// position: relative; // position: relative;
color: #000000; color: #000000;
padding: 30rpx 0 200rpx 0; padding: 30rpx 0 200rpx 0;

View File

@ -73,7 +73,7 @@
}) })
setTimeout(e => { setTimeout(e => {
uni.navigateTo({ 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) }, 1500)
} else { } else {

View File

@ -1,9 +1,18 @@
.app { .app {
padding: 0; padding: 0;
// font-size: 35rpx;
height: 100vh; height: 100vh;
padding: 3%; padding: 3%;
.img{
line-height: 90rpx;
view{
font-size: 32rpx;
padding: 20rpx 0;
}
image{
width: 100%;
height: 700rpx;
}
}
.details { .details {
width: 100%; width: 100%;
height: 250rpx; height: 250rpx;
@ -62,7 +71,7 @@
border-radius: 20rpx; border-radius: 20rpx;
position: relative; position: relative;
top: 20rpx; top: 20rpx;
.item { .item {
line-height: 110rpx; line-height: 110rpx;
@ -82,7 +91,6 @@
width: 80%; width: 80%;
margin-left: 100rpx; margin-left: 100rpx;
margin-top: 30rpx; margin-top: 30rpx;
} }
} }

View File

@ -30,6 +30,24 @@
</view> </view>
</view> </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="submit">
<view class="return" @tap='goreturn' v-if="list.orderStatus=='NOT_FINISH'"> <view class="return" @tap='goreturn' v-if="list.orderStatus=='NOT_FINISH'">
任务退回 任务退回