diff --git a/project/sass/apps/Announce/AppAnnounce/components/Add.vue b/project/sass/apps/Announce/AppAnnounce/components/Add.vue
index fc6561e5..63fab872 100644
--- a/project/sass/apps/Announce/AppAnnounce/components/Add.vue
+++ b/project/sass/apps/Announce/AppAnnounce/components/Add.vue
@@ -179,6 +179,8 @@
@@ -186,17 +188,21 @@
-
+
-
+
@@ -472,7 +478,7 @@ export default {
if (valid) {
this.fileList.push({
...this.linkForm,
- linkPicUrl: this.linkForm.linkPicUrl[0].url,
+ linkPicUrl: this.linkForm.linkPicUrl.length ? this.linkForm.linkPicUrl[0].url : '',
msgType: '4'
})
diff --git a/project/sass/apps/Announce/AppAnnounce/components/Phone.vue b/project/sass/apps/Announce/AppAnnounce/components/Phone.vue
index 45af9ae4..e8560151 100644
--- a/project/sass/apps/Announce/AppAnnounce/components/Phone.vue
+++ b/project/sass/apps/Announce/AppAnnounce/components/Phone.vue
@@ -36,8 +36,8 @@
{{ item.linkTitle }}
-
{{ item.linkDesc }}
-
![]()
+
{{ item.linkDesc }}
+