* finish task #6543.
This commit is contained in:
@@ -3,11 +3,11 @@ $(function()
|
||||
$('#type').change(function()
|
||||
{
|
||||
var type = $(this).val();
|
||||
$('#sendTypeTR').toggle(type != 'dingding');
|
||||
$('#sendTypeTR').toggle(type != 'dingding' && type != 'dingapi');
|
||||
$('#secretTR').toggle(type == 'dingding');
|
||||
$('#urlTR').toggle(type != 'dingapi');
|
||||
$('.dingapiTR').toggle(type == 'dingapi');
|
||||
$('#paramsTR').toggle(type != 'bearychat' && type != 'dingding' && type != 'dingapi');
|
||||
$('#paramsTR').toggle(type != 'bearychat' && type != 'dingding' && type != 'dingapi' && type != 'weixin');
|
||||
$('#urlNote').html(urlNote[type]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user