Authored by 毕凯

Merge remote-tracking branch 'origin/feature/refund' into gray

... ... @@ -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();
... ...
... ... @@ -90,7 +90,8 @@
.info {
padding: 15px 0;
width: 520px;
width: 480px;
word-break: break-all;
.p-title {
color: #000;
... ...