easegen-front/src/views/chooseTemplate/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
easegen-front/src/views/chooseTemplate/index.vue
@@ -1572,14 +1572,14 @@ `场景<span style="color: red; font-weight: bold;">${i + 1}</span>无有效的口播内容` ) } // else { // //判断去除标签后的内容长度是否超过2000字 // if (plainText.length > 2000) { // warningStrArr.push( // `场景<span style="color: red; font-weight: bold;">${i + 1}</span>口播内容超过2000字,请减少或拆分场景` // ) // } // } else { //判断去除标签后的内容长度是否超过2000字 if (plainText.length > 2000) { warningStrArr.push( `场景<span style="color: red; font-weight: bold;">${i + 1}</span>口播内容超过2000字,请减少或拆分场景` ) } } } }