@@ -205,6 +205,11 @@ function bindEventYS() {
$(item).css("color", "#989898");
}
});
+ //存在已隐藏的钥匙
+ if ($(".yaoshi[data-status='0']").length == 0) {
+ //添加回调
+ alert('1');
+ }
else {
$(this).attr("data-status", "0");