This commit is contained in:
曹辉 2023-04-11 17:12:18 +08:00
parent 83dabce6fd
commit 36fe122de7
6 changed files with 10 additions and 8 deletions

View File

@ -87,6 +87,7 @@
};
},
onShow() {
this.selectOrderByNursePersonCountlist = {}
this.beijingurl = baseurl + '/profile/nursePersonAppletPicture/person_center.png'
var that = this
const value = uni.getStorageSync('nursePersonId');

View File

@ -3,7 +3,7 @@
<image class="circular" :src="beijingurl" mode=""></image>
<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="../../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">
{{Personallist.nursePersonName}}
</view>
@ -20,13 +20,13 @@
</view>
</view>
<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">
{{phone}}
</view>
</view>
<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>
@ -337,7 +337,7 @@
position: absolute;
top: 170rpx;
left: 8%;
border: 4rpx solid #6DD8FC;
// border: 4rpx solid #6DD8FC;
}
}

View File

@ -42,11 +42,12 @@
}
image {
width: 50%;
height: 400rpx;
width: 380rpx;
height: 380rpx;
position: absolute;
left: 25%;
top: 28%;
margin-left: 50%;
transform: translateX(-50%);
}
.title {

View File

@ -65,7 +65,7 @@
transform: translateY(-50%);
image {
width: 178rpx;
width: 200rpx;
height: 200rpx;
background: #FFFFFF;
border-radius: 25px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
static/user2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB