This commit is contained in:
lijiejie
2022-04-10 01:36:18 +08:00
parent c004584df0
commit 27f570cd78
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
}
$('#confirmModal').modal();
}
$('.form-check-input').change(function (e){
$('.form-check-input').click(function (e){
if (e.target.id === 'lang_zh'){
$("[name='language']").val('zh-hans');
} else {