@@ -86,7 +86,7 @@ jQuery( function() {
$('.js-tags-input').tagsInput({
height: '36px',
width: '100%',
- defaultText: '添加标签',
+ defaultText: $('.js-tags-input').attr("placeholder"),
removeWithBackspace: true,
delimiter: [',']
});