New Huajishe Check ChaoXing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
var highLight = function (label, keyword) {
|
||||
return label.replace(keyword, '<span class="t-search__result-item--highLight">' + keyword + '</span>');
|
||||
};
|
||||
module.exports = {
|
||||
highLight: highLight,
|
||||
};
|
||||
Reference in New Issue
Block a user