Authored by 沈志敏

fix bug

... ... @@ -40,14 +40,14 @@
height: 100%;
display: inline-block;
text-align: center;
color: #4a90e2;
color: #b0b0b0;
font-size: 30px;
line-height: 88px;
font-weight: bold;
}
a.modal-button:first-of-type {
color: #b0b0b0;
a.modal-button:last-of-type {
color: #4a90e2;
}
:not(:first-child) {
... ...
... ... @@ -21,8 +21,6 @@
}
.exchange-progress {
border-bottom: 1px solid #eee;
li {
position: relative;
padding-left: 55px;
... ... @@ -132,7 +130,6 @@
.exchange-details {
margin-top: 20px;
border-top: 1px solid #eee;
h2 {
height: 88px;
... ... @@ -149,6 +146,10 @@
}
}
.exchange-product-wrapper {
border-top: 1px solid #eee;
}
.exchange-product {
border-bottom: 1px solid #eee;
... ... @@ -336,24 +337,7 @@
border: 1px solid #444;
background: white;
font-size: 28px;
&.black {
width: 192px;
color: white;
background: black;
}
&.countdown {
color: white;
background: black;
}
&.normal {
width: 188px;
padding: 0;
border: 1px solid black;
color: black;
}
width: 192px;
&:focus {
outline: none;
... ...
... ... @@ -219,7 +219,7 @@
}
if (isSpecialReason && !(goods.remark && goods.evidence_images && goods.evidence_images.length)) {
msg = '换货原因 请填写完整';
msg = '换货原因请填写完整';
return true;
}
... ... @@ -253,7 +253,7 @@
self.processing = false;
});
} else {
Modal.alert(msg);
Modal.alert('', msg);
}
}
},
... ...
... ... @@ -156,7 +156,7 @@
const self = this;
if (!this.checkSubmitData()) {
modal.alert('请填写完整退货信息');
modal.alert('', '请填写完整退货信息');
}
$.ajax({
method: 'POST',
... ...