|
@@ -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') {
|