no message
Showing
1 changed file
with
4 additions
and
1 deletions
| ... | @@ -80,7 +80,7 @@ const props = defineProps({ | ... | @@ -80,7 +80,7 @@ const props = defineProps({ |
| 80 | matchId: { | 80 | matchId: { |
| 81 | type: String, | 81 | type: String, |
| 82 | required: true, | 82 | required: true, |
| 83 | default: '0' | 83 | default: '' |
| 84 | }, | 84 | }, |
| 85 | cptName: { | 85 | cptName: { |
| 86 | type: String, | 86 | type: String, |
| ... | @@ -168,6 +168,9 @@ function goMedia() { | ... | @@ -168,6 +168,9 @@ function goMedia() { |
| 168 | } | 168 | } |
| 169 | 169 | ||
| 170 | function popRemark(type) { | 170 | function popRemark(type) { |
| 171 | if(!matchId.value){ | ||
| 172 | return; | ||
| 173 | } | ||
| 171 | if (!form.value) { | 174 | if (!form.value) { |
| 172 | building() | 175 | building() |
| 173 | return | 176 | return | ... | ... |
-
Please register or sign in to post a comment