优化layer
parent
9d45ca3cbf
commit
0073d66016
|
@ -715,7 +715,7 @@ function _layer(opt) {
|
||||||
}
|
}
|
||||||
|
|
||||||
Object.assign(_layer, {
|
Object.assign(_layer, {
|
||||||
alert(content, title = lang.TITLE, btns = false) {
|
alert(content, title = lang.TITLE, btns) {
|
||||||
if (typeof title === 'object') {
|
if (typeof title === 'object') {
|
||||||
btns = title
|
btns = title
|
||||||
title = lang.TITLE
|
title = lang.TITLE
|
||||||
|
@ -728,7 +728,7 @@ Object.assign(_layer, {
|
||||||
btns
|
btns
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
confirm(content, title = lang.TITLE, btns = false) {
|
confirm(content, title = lang.TITLE, btns) {
|
||||||
if (typeof title === 'object') {
|
if (typeof title === 'object') {
|
||||||
btns = title
|
btns = title
|
||||||
title = lang.TITLE
|
title = lang.TITLE
|
||||||
|
|
Reference in New Issue