aaa0b1ba by 华明祺

no message

1 parent 5b0da338
......@@ -80,7 +80,7 @@ const props = defineProps({
matchId: {
type: String,
required: true,
default: '0'
default: ''
},
cptName: {
type: String,
......@@ -168,6 +168,9 @@ function goMedia() {
}
function popRemark(type) {
if(!matchId.value){
return;
}
if (!form.value) {
building()
return
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!