2
0

4 Commits cff80dd12a ... b664355c7d

Autor SHA1 Mensagem Data
  zq b664355c7d 拼音标点符号不过滤 1 mês atrás
  zq c5affa47ce Merge branch 'master' of http://gcls-git.helxsoft.cn/GCLS/eep_page 1 mês atrás
  zq b90f124cc7 Merge branch 'master' of http://gcls-git.helxsoft.cn/GCLS/eep_page 1 mês atrás
  zq c8bd7c1062 富文本内容长度放大限制 1 mês atrás

+ 1 - 1
src/views/book/courseware/create/components/base/rich_text/RichText.vue

@@ -134,7 +134,7 @@ export default {
                   originalItem &&
                   originalItem.hash === this.hashText(newItem.text) &&
                   originalItem.id === `p${i}-l${j}-i${k}`;
-
+                if (!newItem.pinyin) newItem.pinyin = newItem.text;
                 return {
                   ...newItem,
                   id: `p${i}-l${j}-i${k}`,