手机表情处理
This commit is contained in:
parent
a467338161
commit
e30416f6b3
|
@ -111,6 +111,7 @@ app.factory('common', ['$http', 'auth', '$routeParams','rms','config','wx','$loc
|
|||
}
|
||||
|
||||
var temp = data.comment.replace(/\n/g,'<br/>');
|
||||
temp = temp.replaceAll("[^\\u0000-\\uFFFF]", "[表情]");
|
||||
|
||||
var userInfo = {
|
||||
type: type,
|
||||
|
|
Loading…
Reference in New Issue