修改
This commit is contained in:
parent
83dabce6fd
commit
36fe122de7
@ -87,6 +87,7 @@
|
||||
};
|
||||
},
|
||||
onShow() {
|
||||
this.selectOrderByNursePersonCountlist = {}
|
||||
this.beijingurl = baseurl + '/profile/nursePersonAppletPicture/person_center.png'
|
||||
var that = this
|
||||
const value = uni.getStorageSync('nursePersonId');
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -65,7 +65,7 @@
|
||||
transform: translateY(-50%);
|
||||
|
||||
image {
|
||||
width: 178rpx;
|
||||
width: 200rpx;
|
||||
height: 200rpx;
|
||||
background: #FFFFFF;
|
||||
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