diff --git a/translate/translate-dictionary.js b/translate/translate-dictionary.js index eb0f79d..3a36fac 100644 --- a/translate/translate-dictionary.js +++ b/translate/translate-dictionary.js @@ -911,6 +911,10 @@ audioCache = {}; engineResult = {}; forceStopDrag(); + var s = icon.querySelector('.langs-cj'); + if (s) { + s.parentNode.removeChild(s); + } } /**发音*/ function play(obj) {