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