diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index abb34d3..1d28330 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -87,6 +87,7 @@ }; }, onShow() { + this.selectOrderByNursePersonCountlist = {} this.beijingurl = baseurl + '/profile/nursePersonAppletPicture/person_center.png' var that = this const value = uni.getStorageSync('nursePersonId'); diff --git a/pages/personal/personal.vue b/pages/personal/personal.vue index 2256ab1..9f82f57 100644 --- a/pages/personal/personal.vue +++ b/pages/personal/personal.vue @@ -3,7 +3,7 @@ - + {{Personallist.nursePersonName}} @@ -20,13 +20,13 @@ - + {{phone}} - + 登录 @@ -337,7 +337,7 @@ position: absolute; top: 170rpx; left: 8%; - border: 4rpx solid #6DD8FC; + // border: 4rpx solid #6DD8FC; } } diff --git a/pages/startup/startup.vue b/pages/startup/startup.vue index e7a94d6..fa696bb 100644 --- a/pages/startup/startup.vue +++ b/pages/startup/startup.vue @@ -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 { diff --git a/pages/study/study.vue b/pages/study/study.vue index bf3bb79..ff1ef1a 100644 --- a/pages/study/study.vue +++ b/pages/study/study.vue @@ -65,7 +65,7 @@ transform: translateY(-50%); image { - width: 178rpx; + width: 200rpx; height: 200rpx; background: #FFFFFF; border-radius: 25px; diff --git a/static/logo.png b/static/logo.png index cfeb33c..e6aa688 100644 Binary files a/static/logo.png and b/static/logo.png differ diff --git a/static/user2.png b/static/user2.png new file mode 100644 index 0000000..dac4233 Binary files /dev/null and b/static/user2.png differ