删除了直播简介为空
This commit is contained in:
parent
23ef42471d
commit
6517439bc3
@ -373,9 +373,6 @@ export default defineComponent({
|
||||
} else if (subdata.livenumber == "") {
|
||||
message.error(lan.$t('zhiborenshuweikong'));
|
||||
return;
|
||||
} else if (subdata.desc == "") {
|
||||
message.error(lan.$t('zhibojianjieweikong'));
|
||||
return;
|
||||
} else {
|
||||
if(subdata.livetime < 30 || subdata.livetime > 120){
|
||||
message.error("直播时长最短30min, 最长120min");
|
||||
|
Loading…
Reference in New Issue
Block a user