使用layer時候 想在彈出層 在打開的時候默認就是最大值
1 perContent = layer.open({ 2 type:2, 3 title: userName+nowDate+"的"+perType, 4 content: 'perContentUpdate.htmls', 5 area: ['700px', '250px'], 6 maxmin: true, //最大化按鈕 7 anim:3, //動畫 8 shade: [0.8, '#393D49'],//遮罩層 9 end: function(){ 10 11 } 12 }); 13 layer.full(perContent);
