aaa0b1ba by 华明祺

no message

1 parent 5b0da338
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!