Authored by zhangxiaoru

orderDeatail

@@ -567,16 +567,7 @@ let _getRefundExchange = (skn) => { @@ -567,16 +567,7 @@ let _getRefundExchange = (skn) => {
567 method: 'app.product.refundExchange', 567 method: 'app.product.refundExchange',
568 product_skn: _.toString(skn) 568 product_skn: _.toString(skn)
569 }).then((result) => { 569 }).then((result) => {
570 - // console.log(result)  
571 - // result ={  
572 - // "alg": "SALT_MD5",  
573 - // "code": 200,  
574 - // "data": {  
575 - // "51292714": "Y", //N表示没有限制,Y表示是特殊商品有限制  
576 - // },  
577 - // "md5": "a849be68446129c27c16baaf53ada78e",  
578 - // "message": "RefundExchange List."  
579 - // } 570 + console.log(result)
580 if (result.code === 200) { 571 if (result.code === 200) {
581 let limit; 572 let limit;
582 let productSkn = _.toString(skn); 573 let productSkn = _.toString(skn);
@@ -23,7 +23,6 @@ @@ -23,7 +23,6 @@
23 margin-bottom: 0; 23 margin-bottom: 0;
24 } 24 }
25 25
26 -  
27 .more-jit { 26 .more-jit {
28 height: 88px; 27 height: 88px;
29 line-height: 88px; 28 line-height: 88px;
@@ -72,12 +71,12 @@ @@ -72,12 +71,12 @@
72 line-height: 1.5; 71 line-height: 1.5;
73 } 72 }
74 73
75 - .range{ 74 + .range {
76 background-image: resolve("me/rang.png"); 75 background-image: resolve("me/rang.png");
77 background-size: cover; 76 background-size: cover;
78 width: 640px; 77 width: 640px;
79 height: 20px; 78 height: 20px;
80 - background-color: #FFFFFF; 79 + background-color: #fff;
81 } 80 }
82 81
83 .beside-icon { 82 .beside-icon {
@@ -155,7 +154,7 @@ @@ -155,7 +154,7 @@
155 } 154 }
156 155
157 .dollar { 156 .dollar {
158 - background: #ffffff; 157 + background: #fff;
159 padding: 0.5rem 0.75rem; 158 padding: 0.5rem 0.75rem;
160 height:1.5rem; 159 height:1.5rem;
161 line-height:1.5rem; 160 line-height:1.5rem;
@@ -357,16 +356,16 @@ @@ -357,16 +356,16 @@
357 } 356 }
358 357
359 .tickets-mobile { 358 .tickets-mobile {
360 - font-size:32px; 359 + font-size: 32px;
361 height: 90px; 360 height: 90px;
362 line-height: 90px; 361 line-height: 90px;
363 362
364 .pull-left { 363 .pull-left {
365 - float:left; 364 + float: left;
366 } 365 }
367 366
368 .pull-right { 367 .pull-right {
369 - float:right; 368 + float: right;
370 } 369 }
371 } 370 }
372 371