Browse Source

合并报错修改

zhouna 5 years ago
parent
commit
60367ef6ee
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/js/popup.js

+ 0 - 4
src/js/popup.js

@@ -2,10 +2,6 @@ const {post,config} = require('./promise.js');
 const $ = require("jquery");
 
 $(".conditionHintTips").on('click',".radioChecks",function(e){
-    const isShow =  $(this).parent().attr("data-isShow")
-    if(isShow == '0') {
-        return;
-    }
   e.stopPropagation()
   const isShow = $(this).parent().attr("data-isShow")
   if(isShow == '0') {