|
@ -228,12 +228,15 @@
|
|
if(type==0){
|
|
if(type==0){
|
|
url += '/page/bigData/html/alert1.html';
|
|
url += '/page/bigData/html/alert1.html';
|
|
}else if(type==1){
|
|
}else if(type==1){
|
|
url = '/page/bigData/html/alert2.html';
|
|
|
|
|
|
url += '/page/bigData/html/alert2.html';
|
|
}else if(type==2){
|
|
}else if(type==2){
|
|
url = '/page/bigData/html/alert3.html';
|
|
|
|
|
|
url += '/page/bigData/html/alert3.html';
|
|
}else if(type==3){
|
|
}else if(type==3){
|
|
url = '/page/bigData/html/alert4.html';
|
|
|
|
|
|
url += '/page/bigData/html/alert4.html';
|
|
}
|
|
}
|
|
|
|
var width = (0.7604 * window.screen.width) + 'px';
|
|
|
|
var height = (0.41875 * window.screen.width) + 'px';
|
|
|
|
var hei
|
|
top.layer.open({
|
|
top.layer.open({
|
|
id: 'LAY_layuipro', //设定一个id,防止重复弹出
|
|
id: 'LAY_layuipro', //设定一个id,防止重复弹出
|
|
type: 2,
|
|
type: 2,
|
|
@ -241,7 +244,7 @@
|
|
closeBtn: 0,
|
|
closeBtn: 0,
|
|
shade: 0.5,
|
|
shade: 0.5,
|
|
shadeClose: true,
|
|
shadeClose: true,
|
|
area: ['7.604rem', '4.1875rem'],
|
|
|
|
|
|
area: [width, height],
|
|
content: url
|
|
content: url
|
|
});
|
|
});
|
|
}
|
|
}
|