Merge remote-tracking branch 'origin/activity' into activity

This commit is contained in:
dy 2021-04-15 14:28:19 +08:00
commit a4a1c87e89
1 changed files with 1 additions and 1 deletions

View File

@ -1152,7 +1152,7 @@
$("#btnPri").text("自定义按钮"); $("#btnPri").text("自定义按钮");
} }
var pictureval = $("#pictureval").val(); var pictureval = $("#pictureval").val();
$("#pictureimg").attr("src", picval); $("#pictureimg").attr("src", pictureval);
$("input[type='checkbox'][name ^='actPageConfigUserinfo']").each(function (){ $("input[type='checkbox'][name ^='actPageConfigUserinfo']").each(function (){
var id = this.id; var id = this.id;
var boolean = $("#" + id).prop("checked"); var boolean = $("#" + id).prop("checked");