Commit ef6422c1 by 杨树贤

修改checkbox样式bug

parent d85771c5
Showing with 2 additions and 2 deletions
......@@ -84,12 +84,12 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () {
$(".layui-table-header").find("input[lay-filter='layTableAllChoose']").each(function () {
$(this).attr("disabled", 'disabled').next().removeClass("layui-form-checked");
});
$(this).parent().remove();
console.log($(this).parent().html(' '));
form.render('checkbox');
} else if (res.data[i].type === 2) {
//还要去判断是否是微信转账类型,因为这个类型还要去判断是否满足两个好友助力
if (res.data[i].assist_count !== 2) {
$(this).parent().remove();
console.log($(this).parent().html(' '));
}
}
i++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment