优化 细节问题

This commit is contained in:
Suwings 2020-03-02 19:58:21 +08:00
parent e277343cdd
commit fb65a60920
2 changed files with 3 additions and 3 deletions

View File

@ -45,9 +45,9 @@ input {
}
/* 页面主要容器 */
#MainContainer{
/* #MainContainer{
}
} */
/*
-----------

View File

@ -42,7 +42,7 @@
//单页生命周期替换事件
MI.listener('page/live', function (ws) {
for (var tmp in PAGE) delete PAGE[tmp];
PAGE = new Object();
window.PAGE = new Object();
});