修复了提交问题
This commit is contained in:
parent
1ea10e5a78
commit
b224b35e4c
@ -323,7 +323,7 @@ export default defineComponent({
|
||||
message.error("直播简介不能为空");
|
||||
return;
|
||||
} else {
|
||||
if(lives.value.status==0){
|
||||
if(!lives.value.status){
|
||||
// subdata.fileid=picinfo.
|
||||
if (id != undefined && id) {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user