滚动下往上弹出提示信息框
function showTip(content)
{
layer.open({
content: content//提示内容
,skin: 'msg'
,time: 2 //显示时间
});
}
function showTip(content)
{
layer.open({
content: content//提示内容
,skin: 'msg'
,time: 2 //显示时间
});
}