|
|
@@ -542,7 +542,6 @@ function bindEventYS() {
|
|
|
var underlineContentText = $(this).text(); // 获取文本内容
|
|
|
var widthValue = $(item).css("width");
|
|
|
var newClsName = $(item).parent().find(".underlineContent").next().attr("class");
|
|
|
- console.log("newClsName11" + newClsName)
|
|
|
if (newClsName != "underlineContentShow") {
|
|
|
var addHtml = "";
|
|
|
if (hasChineseWorld(underlineContentText)) {
|