修正一些错误

This commit is contained in:
muzi 2019-03-25 18:02:18 +08:00
parent b351f314c1
commit 652f94dbe3
1 changed files with 11 additions and 7 deletions

View File

@ -9,13 +9,13 @@ window.Win10 = {
mobile:'',
},
_blur:{
win10:false;
task_bar:false,
desktop:false,
menu:false,
command:false,
footer:false,
}
win10:0,
task_bar:0,
desktop:0,
menu:0,
command:0,
footer:0,
},
_countTask: 0,
_newMsgCount:0,
_animated_classes:[],
@ -563,6 +563,10 @@ window.Win10 = {
this._bgs=bgs;
this._checkBgUrls();
},
setBg:function (bgs) {
this._bgs=bgs;
this._checkBgUrls();
},
menuClose: function () {
$("#win10-menu").removeClass('opened');
$("#win10-menu").addClass('hidden');