9.23提交

This commit is contained in:
zoujiandong
2025-09-23 19:00:32 +08:00
parent ae08b222af
commit 70eeb19867
70 changed files with 3187 additions and 140 deletions
+6 -4
View File
@@ -454,7 +454,7 @@
await getApplyList();
uni.showToast({
title: '刷新成功',
icon: 'success',
icon: 'none',
duration: 1500
});
} catch (error) {
@@ -475,7 +475,7 @@
await getFollowUpList(true);
uni.showToast({
title: '刷新成功',
icon: 'success',
icon: 'none',
duration: 1500
});
};
@@ -619,7 +619,8 @@
<style lang="scss" scoped>
.content {
background-color: #f5f5f5;
min-height: 100vh;
height: 100vh;
overflow-y: hidden;
}
.linebox{
@@ -784,11 +785,12 @@
.patient-list {
height:calc(100vh - 265rpx);
overflow-y: scroll;
display: flex;
flex-direction:column;
background-color: #ffffff;
margin-top: 20rpx;
padding-bottom: 500rpx;
position: relative;
.listbox{
flex:1;