|
@@ -294,7 +294,7 @@ function showWaitingView() {
|
|
|
//背景遮罩层div
|
|
|
var bgObj = document.createElement("div");
|
|
|
bgObj.setAttribute('id', 'bgDiv');
|
|
|
- bgObj.style.zIndex = '998';
|
|
|
+ bgObj.style.zIndex = '9998';
|
|
|
bgObj.style.position = "absolute";
|
|
|
bgObj.style.top = "0px";
|
|
|
bgObj.style.background = "#888";
|
|
@@ -307,7 +307,7 @@ function showWaitingView() {
|
|
|
|
|
|
//信息提示层div
|
|
|
var msgObj = document.createElement("div");
|
|
|
- msgObj.style.zIndex = '999';
|
|
|
+ msgObj.style.zIndex = '9999';
|
|
|
msgObj.setAttribute("id", "msgDiv");
|
|
|
msgObj.setAttribute("align", "center");
|
|
|
msgObj.style.position = "absolute";
|