提交 192a820e 编写于 作者: doc_wei's avatar doc_wei

层叠设置

上级 c9cc10c5
......@@ -22,7 +22,7 @@
.lockscreen-preview {
width: 415px;
height: 235px;
background: url(../../../images/bg_01.jpg) no-repeat;
background: url(../../../winlockbgpic/default.jpg) no-repeat;
background-size: cover;
position: relative;
}
......@@ -50,7 +50,7 @@
.background-preview {
width: 415px;
height: 235px;
background: url(../../../images/bg_01.jpg) no-repeat;
background: url(../../../winlockbgpic/default.jpg) no-repeat;
background-size: cover;
position: relative;
}
......
......@@ -80,8 +80,8 @@
this.settings = layui.data('winui').settings || {
color: 31,
taskbarMode: 'bottom',
bgSrc: '../assets/images/bg_01.jpg',
lockBgSrc: '../assets/images/bg_01.jpg',
bgSrc: '../assets/winbgpic/default.jpg',
lockBgSrc: '../assets/winlockbgpic/default.jpg/',
audioSrc: this.path + 'audio/236',
startSize: 'sm'
}; //设置
......
......@@ -75,8 +75,8 @@ layui.config({
});
},
options: {'click .del':function(index, row){
layer.confirm('确认删除选中数据吗?', { icon: 3, title: '删除win系统桌面图片' }, function (index) {
layer.close(index);
top.winui.window.confirm('确认删除选中数据吗?', { icon: 3, title: '删除win系统桌面图片' }, function (index) {
top.winui.window.close(index);
AjaxPostUtil.request({url:reqBasePath + "sysevewinbgpic007", params:{rowId: row.id}, type:'json', callback:function(json){
if(json.returnCode == 0){
top.winui.window.msg("删除成功", {icon: 1,time: 2000});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册