|
|
|
@ -385,7 +385,7 @@ $(function () {
|
|
|
|
|
var yes = $('<a></a>', {
|
|
|
|
|
class: 'weui_btn_dialog primary',
|
|
|
|
|
text: 'OK',
|
|
|
|
|
style: 'background: #108ee9;color: #fff;'
|
|
|
|
|
style: 'background: #FF2D55;color: #fff;'
|
|
|
|
|
}).appendTo(ft);
|
|
|
|
|
yes.click(function () {
|
|
|
|
|
config.confirm(dialog, true);
|
|
|
|
@ -400,7 +400,7 @@ $(function () {
|
|
|
|
|
var ok = $('<a></a>', {
|
|
|
|
|
class: 'weui_btn_dialog primary',
|
|
|
|
|
text: 'OK',
|
|
|
|
|
style: 'background: #108ee9;color: #fff;'
|
|
|
|
|
style: 'background: #FF2D55;color: #fff;'
|
|
|
|
|
}).appendTo(ft);
|
|
|
|
|
ok.click(function () {
|
|
|
|
|
dialog.remove();
|
|
|
|
|