...
|
...
|
@@ -12,6 +12,7 @@ function RDialog(opts) { |
|
|
closeIcon: true
|
|
|
}, opts);
|
|
|
|
|
|
option.closeIcon = '<span class="close">' + '<i class="iconfont"></i>' + '</span>';
|
|
|
option.content = '<div class="dialog-content">' + option.content + '</div>';
|
|
|
option.btns.name = '';
|
|
|
|
...
|
...
|
|