diff --git a/src/App.vue b/src/App.vue
index e95fa5cc..0f76ba2e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -47,7 +47,7 @@ body {
}
uni-page-body {
- min-height: 100%;
+ // min-height: 100%;
background: #f5f5f5;
position: relative;
}
diff --git a/src/apps/AppMeetingNotice/components/addMeeting.vue b/src/apps/AppMeetingNotice/components/addMeeting.vue
index ef83e1e1..ffdee7b5 100644
--- a/src/apps/AppMeetingNotice/components/addMeeting.vue
+++ b/src/apps/AppMeetingNotice/components/addMeeting.vue
@@ -169,6 +169,8 @@ export default {
}).then(res => {
this.change(res?.userList || [])
this.clickedUserSelect = false
+ }).catch(()=>{
+ this.clickedUserSelect = false
})
},
fileList(e) {
diff --git a/src/apps/AppMeetingNotice/components/detail.vue b/src/apps/AppMeetingNotice/components/detail.vue
index 87b94242..0ef5ec81 100644
--- a/src/apps/AppMeetingNotice/components/detail.vue
+++ b/src/apps/AppMeetingNotice/components/detail.vue
@@ -6,8 +6,12 @@
-
-
+
+
+
+
@@ -55,8 +59,12 @@
@@ -152,10 +160,12 @@
})
},
count(sta) {
- return this.detail.attendees?.filter(e => e.joinStatus == sta)?.length;
+ return this.detail.attendees ? this.detail.attendees?.filter(e => e.joinStatus == sta)?.length : 0;
},
change(index) {
this.current = index;
+ this.detail = {};
+ this.getDetail();
},
call(item) {
if (item.phone) {
@@ -334,6 +344,12 @@
vertical-align: middle;
color: #ffffff;
background-color: #2266FF;
+ font-size: 16px;
+ }
+
+ .user-name{
+ font-size: 30px;
+ color: #343D65;
}
img {
@@ -489,8 +505,15 @@
justify-content: center;
& > div {
- font-size: 36px;
- color: #333333;
+ font-size: 28px;
+ color: #666666;
+ display:flex;
+ flex-direction: column;
+
+ & > img {
+ width: 48px;
+ height: 48px;
+ }
}
& > div:nth-child(1), & > div:nth-child(2) {
@@ -517,13 +540,13 @@
color: #999999;
}
- img {
- width: 158px;
- height: 104px;
- position: absolute;
- right: 0;
- top: 0;
- }
+ /*img {*/
+ /* width: 158px;*/
+ /* height: 104px;*/
+ /* position: absolute;*/
+ /* right: 0;*/
+ /* top: 0;*/
+ /*}*/
}
.cancel {
diff --git a/src/apps/AppNotification/components/add.vue b/src/apps/AppNotification/components/add.vue
index 69b07dad..a92698b6 100644
--- a/src/apps/AppNotification/components/add.vue
+++ b/src/apps/AppNotification/components/add.vue
@@ -127,8 +127,8 @@
type:["user"],
selectedUserIds: this.form.persons?.map(e=>e.id)
}).then(res => {
+ console.log(res);
this.form.persons = res?.userList || []
- console.log(this.form.persons);
})
},
confirm(e){
diff --git a/src/apps/AppNotification/components/detail.vue b/src/apps/AppNotification/components/detail.vue
index 8ee040b6..5ff9dfba 100644
--- a/src/apps/AppNotification/components/detail.vue
+++ b/src/apps/AppNotification/components/detail.vue
@@ -6,16 +6,16 @@
发布人:
-
+
-
+
发布部门:
-
+
-
+
@@ -153,7 +153,7 @@
justify-content: center;
}
- & > span:first-child {
+ & > span {
font-size: 30px;
color: #999999;;
line-height: 48px;
@@ -161,8 +161,8 @@
& > span:last-child {
font-size: 30px;
- color: #343D65;
- margin-left: 16px;
+ /*color: #343D65;*/
+ /*margin-left: 16px;*/
line-height: 48px;
}
diff --git a/src/apps/AppWalkask/AppWalkask.vue b/src/apps/AppWalkask/AppWalkask.vue
index b82a00ad..2150e26f 100644
--- a/src/apps/AppWalkask/AppWalkask.vue
+++ b/src/apps/AppWalkask/AppWalkask.vue
@@ -1,30 +1,93 @@
-
+
+
-
+
-
+
+
+
+
+
+
+
+
diff --git a/src/apps/AppWalkask/components/add.vue b/src/apps/AppWalkask/components/add.vue
new file mode 100644
index 00000000..e7e956fd
--- /dev/null
+++ b/src/apps/AppWalkask/components/add.vue
@@ -0,0 +1,191 @@
+
+
+
+
+
+
+
diff --git a/src/apps/AppWalkask/components/images/1.png b/src/apps/AppWalkask/components/images/1.png
new file mode 100644
index 00000000..02896fff
Binary files /dev/null and b/src/apps/AppWalkask/components/images/1.png differ
diff --git a/src/apps/AppWalkask/components/images/add@2x.png b/src/apps/AppWalkask/components/images/add@2x.png
new file mode 100644
index 00000000..cdf76171
Binary files /dev/null and b/src/apps/AppWalkask/components/images/add@2x.png differ
diff --git a/src/apps/AppWalkask/components/images/天使彦5.jpg b/src/apps/AppWalkask/components/images/天使彦5.jpg
new file mode 100644
index 00000000..bf6a5a2c
Binary files /dev/null and b/src/apps/AppWalkask/components/images/天使彦5.jpg differ