...
|
...
|
@@ -224,10 +224,10 @@ toast.alert = function (content, callback) { |
|
|
ok: callback || true
|
|
|
});
|
|
|
}
|
|
|
toast.confirm = function (content, yes, no) {
|
|
|
toast.confirm = function (title,content, yes, no) {
|
|
|
var __self = this, _o = __self.options;
|
|
|
return __self._through({
|
|
|
//title: '确认',
|
|
|
title: title||'确认',
|
|
|
icon: 'confirm',
|
|
|
addClass: 'confirm',
|
|
|
lock: true,
|
...
|
...
|
|