fix: 发布验证

This commit is contained in:
wanganmao
2022-10-20 16:54:57 +08:00
parent 402f8635c3
commit d619f83f22

View File

@@ -71,13 +71,12 @@ const canPlanetPublish3D = function (data) {
if (QUESTION_TYPE.contains(s.question_type)) { if (QUESTION_TYPE.contains(s.question_type)) {
try { try {
if (s.config.is_three_dimensions && !s.config.scene) { if (s.config.is_three_dimensions && !s.config.scene) {
canFB = false;
qSteams.push(`(${s.title})`); qSteams.push(`(${s.title})`);
} }
} catch (error) { } catch (error) {
console.warn(error) console.warn(error)
} }
canFB = false;
qSteams.push(`(${s.title})`);
} }
}); });