Commit 0c0ff823 authored by agping's avatar agping

后台优化

parent 24b7c9a5
......@@ -323,7 +323,7 @@ function urlDeal(urlStr, httpStr) {
return urlStr.replace(/(http|https):\/\//g, (httpStr ? (httpStr + ':') : location.protocol) + '//');
}
function dealPunctuation(str) {
function dealPunctuation(str) {//处理跟进内容 多个标点符号 截取
return str.replace(/!!!!!/g, '').replace(/!!!!!/g, '').replace(/\?\?\?\?\?/g, '').replace(/?????/g, '').replace(/。。。。。/g, '');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment