Authored by 王涛

Merge branch 'master-v32-xwx' into 'master'

及时消息自定义展示内容优化 2#



See merge request !719
... ... @@ -449,11 +449,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'treeTabl
$('#details_tags').append(details_tags);
$('#details_tags span').on('click',function (){
$('[name="templates"]').val($('[name="templates"]').val() + '#{'+$(this).text() + '}');
if (noticeTimely.templates){
noticeTimely.templates += '#{'+$(this).text() + '}';
}else {
noticeTimely.templates = '#{'+$(this).text() + '}';
}
noticeTimely.templates += '#{'+$(this).text() + '}';
});
}
... ...