Zentao docking enterprise wechat work message notice.

This commit is contained in:
leiyong
2020-02-22 00:30:36 +08:00
parent a49b81b30c
commit f6a7fb114c
10 changed files with 288 additions and 29 deletions

View File

@@ -5,9 +5,10 @@ $(function()
var type = $(this).val();
$('#sendTypeTR').toggle(type != 'dingding' && type != 'dingapi');
$('#secretTR').toggle(type == 'dingding');
$('#urlTR').toggle(type != 'dingapi');
$('#urlTR').toggle(type != 'dingapi' && type != 'weixin');
$('.dingapiTR').toggle(type == 'dingapi');
$('#paramsTR').toggle(type != 'bearychat' && type != 'dingding' && type != 'dingapi' && type != 'weixin');
$('.wechatTR').toggle(type == 'weixin');
$('#paramsTR').toggle(type != 'bearychat' && type != 'dingding' && type != 'dingapi' && type != 'weixin' && type != 'wxRobot');
$('#urlNote').html(urlNote[type]);
});