Authored by zhangxiaoru

orderDeatail

... ... @@ -567,16 +567,7 @@ let _getRefundExchange = (skn) => {
method: 'app.product.refundExchange',
product_skn: _.toString(skn)
}).then((result) => {
// console.log(result)
// result ={
// "alg": "SALT_MD5",
// "code": 200,
// "data": {
// "51292714": "Y", //N表示没有限制,Y表示是特殊商品有限制
// },
// "md5": "a849be68446129c27c16baaf53ada78e",
// "message": "RefundExchange List."
// }
console.log(result)
if (result.code === 200) {
let limit;
let productSkn = _.toString(skn);
... ...
... ... @@ -23,7 +23,6 @@
margin-bottom: 0;
}
.more-jit {
height: 88px;
line-height: 88px;
... ... @@ -72,12 +71,12 @@
line-height: 1.5;
}
.range{
background-image: resolve("me/rang.png");
background-size: cover;
width: 640px;
height: 20px;
background-color: #FFFFFF;
.range {
background-image: resolve("me/rang.png");
background-size: cover;
width: 640px;
height: 20px;
background-color: #fff;
}
.beside-icon {
... ... @@ -155,7 +154,7 @@
}
.dollar {
background: #ffffff;
background: #fff;
padding: 0.5rem 0.75rem;
height:1.5rem;
line-height:1.5rem;
... ... @@ -357,16 +356,16 @@
}
.tickets-mobile {
font-size:32px;
font-size: 32px;
height: 90px;
line-height: 90px;
.pull-left {
float:left;
float: left;
}
.pull-right {
float:right;
float: right;
}
}
... ...