Commit 13c5c6da by 杨树贤

样式问题

parent ef6422c1
Showing with 2 additions and 2 deletions
...@@ -84,12 +84,12 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () { ...@@ -84,12 +84,12 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () {
$(".layui-table-header").find("input[lay-filter='layTableAllChoose']").each(function () { $(".layui-table-header").find("input[lay-filter='layTableAllChoose']").each(function () {
$(this).attr("disabled", 'disabled').next().removeClass("layui-form-checked"); $(this).attr("disabled", 'disabled').next().removeClass("layui-form-checked");
}); });
console.log($(this).parent().html(' ')); $(this).parent().html(' ');
form.render('checkbox'); form.render('checkbox');
} else if (res.data[i].type === 2) { } else if (res.data[i].type === 2) {
//还要去判断是否是微信转账类型,因为这个类型还要去判断是否满足两个好友助力 //还要去判断是否是微信转账类型,因为这个类型还要去判断是否满足两个好友助力
if (res.data[i].assist_count !== 2) { if (res.data[i].assist_count !== 2) {
console.log($(this).parent().html(' ')); $(this).parent().html(' ');
} }
} }
i++; 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