Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuhongyun
6 years ago
Commit
f1e39f428b3bf766acffea8baa3f926809bd407e
1 parent
1df91fb3
build
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
dist/yohobuy-portal-fe/5.0.2/jquery/SNS.ShareOrderAudit.js
dist/yohobuy-portal-fe/5.0.2/jquery/SNS.ShareOrderAudit.js
View file @
f1e39f4
...
...
@@ -133,7 +133,13 @@ webpackJsonp([0],[
},
{
display
:
'评价内容'
,
render
:
function
(
item
)
{
return
encodeHtml
(
item
.
content
);
var
content
=
encodeHtml
(
item
.
content
);
var
sensitiveWord
=
item
.
sensitiveWord
;
var
contentFinal
=
content
;
if
(
item
.
sensitiveWord
&&
item
.
sensitiveWord
!=
""
){
contentFinal
=
contentFinal
+
"<br><br>"
+
'<font color="red">'
+
"敏感词:"
+
sensitiveWord
+
'</font>'
;
}
return
contentFinal
;
},
style
:
"width:15%; word-break:break-all;"
}
...
...
Please
register
or
login
to post a comment