Authored by 毕凯

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

@@ -51,12 +51,6 @@ const applySuccuss = function(type, applyId) { @@ -51,12 +51,6 @@ const applySuccuss = function(type, applyId) {
51 styleClass: 'return-success-modal', 51 styleClass: 'return-success-modal',
52 title: `${kind.name}申请已提交,请等待审核.....`, 52 title: `${kind.name}申请已提交,请等待审核.....`,
53 buttons: [{ 53 buttons: [{
54 - text: '返回订单',  
55 - handler: function() {  
56 - this.hide();  
57 - history.go(-1);  
58 - }  
59 - }, {  
60 text: '查看进度', 54 text: '查看进度',
61 handler: function() { 55 handler: function() {
62 this.hide(); 56 this.hide();
@@ -90,7 +90,8 @@ @@ -90,7 +90,8 @@
90 90
91 .info { 91 .info {
92 padding: 15px 0; 92 padding: 15px 0;
93 - width: 520px; 93 + width: 480px;
  94 + word-break: break-all;
94 95
95 .p-title { 96 .p-title {
96 color: #000; 97 color: #000;