chore: typo (#1607)
This commit is contained in:
parent
900f8cbca8
commit
cbef631853
@ -1331,7 +1331,7 @@ layer.prompt = function(options, yes){
|
|||||||
|
|
||||||
return layer.open($.extend({
|
return layer.open($.extend({
|
||||||
type: 1,
|
type: 1,
|
||||||
btn: ['确定;','取消'],
|
btn: ['确定','取消'],
|
||||||
content: content,
|
content: content,
|
||||||
skin: 'layui-layer-prompt' + skin('prompt'),
|
skin: 'layui-layer-prompt' + skin('prompt'),
|
||||||
maxWidth: win.width(),
|
maxWidth: win.width(),
|
||||||
|
Loading…
Reference in New Issue
Block a user