...
|
...
|
@@ -51,12 +51,6 @@ const applySuccuss = function(type, applyId) { |
|
|
styleClass: 'return-success-modal',
|
|
|
title: `${kind.name}申请已提交,请等待审核.....`,
|
|
|
buttons: [{
|
|
|
text: '返回订单',
|
|
|
handler: function() {
|
|
|
this.hide();
|
|
|
history.go(-1);
|
|
|
}
|
|
|
}, {
|
|
|
text: '查看进度',
|
|
|
handler: function() {
|
|
|
this.hide();
|
...
|
...
|
|