* change for dingding.

This commit is contained in:
wangyidong
2019-10-31 11:08:41 +08:00
parent ef3f6af06f
commit e3e8ae1792
6 changed files with 28 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ $(function()
{
var type = $(this).val();
$('#sendTypeTR').toggle(type != 'dingding');
$('#secretTR').toggle(type == 'dingding');
$('#paramsTR').toggle(type != 'bearychat' && type != 'dingding');
$('#urlNote').html(urlNote[type]);
});
@@ -33,5 +34,6 @@ $(function()
});
$('#name').focus();
$('#type').change();
$('#paramstext').attr('disabled', 'disabled');
});