修改
This commit is contained in:
parent
83dabce6fd
commit
36fe122de7
@ -87,6 +87,7 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
this.selectOrderByNursePersonCountlist = {}
|
||||||
this.beijingurl = baseurl + '/profile/nursePersonAppletPicture/person_center.png'
|
this.beijingurl = baseurl + '/profile/nursePersonAppletPicture/person_center.png'
|
||||||
var that = this
|
var that = this
|
||||||
const value = uni.getStorageSync('nursePersonId');
|
const value = uni.getStorageSync('nursePersonId');
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<image class="circular" :src="beijingurl" mode=""></image>
|
<image class="circular" :src="beijingurl" mode=""></image>
|
||||||
<view class="user" v-if="personRoleLoginFlag == 'nursePersonRole'||personRoleLoginFlag == 'wholeRole'">
|
<view class="user" v-if="personRoleLoginFlag == 'nursePersonRole'||personRoleLoginFlag == 'wholeRole'">
|
||||||
<image class="img" :src="baseurl+Personallist.avatar" mode="" v-if="Personallist.avatar"></image>
|
<image class="img" :src="baseurl+Personallist.avatar" mode="" v-if="Personallist.avatar"></image>
|
||||||
<image class="img" src="../../static/users.png" mode="" v-else></image>
|
<image class="img" src="../../static/user2.png" mode="" v-else></image>
|
||||||
<view class="phone" v-if="Personallist.nursePersonName">
|
<view class="phone" v-if="Personallist.nursePersonName">
|
||||||
{{Personallist.nursePersonName}}
|
{{Personallist.nursePersonName}}
|
||||||
</view>
|
</view>
|
||||||
@ -20,13 +20,13 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="user" v-if="personRoleLoginFlag == 'stationRole'||personRoleLoginFlag =='notRoleName'">
|
<view class="user" v-if="personRoleLoginFlag == 'stationRole'||personRoleLoginFlag =='notRoleName'">
|
||||||
<image class="img" src="../../static/users.png" mode=""></image>
|
<image class="img" src="../../static/user2.png" mode=""></image>
|
||||||
<view class="phone" style="top:245rpx" v-if="phone">
|
<view class="phone" style="top:245rpx" v-if="phone">
|
||||||
{{phone}}
|
{{phone}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="user" v-if="!personRoleLoginFlag">
|
<view class="user" v-if="!personRoleLoginFlag">
|
||||||
<image class="img" src="../../static/users.png" mode=""></image>
|
<image class="img" src="../../static/user2.png" mode=""></image>
|
||||||
<view class="login" @tap='gologin'>
|
<view class="login" @tap='gologin'>
|
||||||
登录
|
登录
|
||||||
</view>
|
</view>
|
||||||
@ -337,7 +337,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 170rpx;
|
top: 170rpx;
|
||||||
left: 8%;
|
left: 8%;
|
||||||
border: 4rpx solid #6DD8FC;
|
// border: 4rpx solid #6DD8FC;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -42,11 +42,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
image {
|
image {
|
||||||
width: 50%;
|
width: 380rpx;
|
||||||
height: 400rpx;
|
height: 380rpx;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 25%;
|
|
||||||
top: 28%;
|
top: 28%;
|
||||||
|
margin-left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|||||||
@ -65,7 +65,7 @@
|
|||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
|
||||||
image {
|
image {
|
||||||
width: 178rpx;
|
width: 200rpx;
|
||||||
height: 200rpx;
|
height: 200rpx;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
|
|||||||
BIN
static/logo.png
BIN
static/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 6.4 KiB |
BIN
static/user2.png
Normal file
BIN
static/user2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
Loading…
Reference in New Issue
Block a user