弹窗提示图标

v1.0
bobi 2019-05-14 19:38:57 +08:00
parent 6bbbde41ba
commit 3a39f9fa85
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ layui.define(["layer"], function (exports) {
* @param yesFunction
*/
confirm: function (content, yesFunction) {
var options = {skin: okLayer.skinChoose(), icon: 2, title: "提示", anim: okLayer.animChoose()};
var options = {skin: okLayer.skinChoose(), icon: 3, title: "提示", anim: okLayer.animChoose()};
layer.confirm(content, options, yesFunction);
},
/**