Merge remote-tracking branch 'origin/activity' into activity
This commit is contained in:
commit
a4a1c87e89
|
|
@ -1152,7 +1152,7 @@
|
|||
$("#btnPri").text("自定义按钮");
|
||||
}
|
||||
var pictureval = $("#pictureval").val();
|
||||
$("#pictureimg").attr("src", picval);
|
||||
$("#pictureimg").attr("src", pictureval);
|
||||
$("input[type='checkbox'][name ^='actPageConfigUserinfo']").each(function (){
|
||||
var id = this.id;
|
||||
var boolean = $("#" + id).prop("checked");
|
||||
|
|
|
|||
Loading…
Reference in New Issue