@@ -210,7 +210,6 @@ function scrollToV(e){
}
function trimDots(str){
- console.log(str)
return str.replace(/[,,.。::"“??”;;、!!]+/g,function(word){
return word.substr(0,1);
}).replace(/^[,,.。::"“??”;;、!!\s]+/,'');