Authored by zhangxiaoru

结算页去除会员、学生标识

@@ -28,12 +28,12 @@ @@ -28,12 +28,12 @@
28 <p class="limit">不支持7天无理由退换货</p> 28 <p class="limit">不支持7天无理由退换货</p>
29 {{/if}} 29 {{/if}}
30 <p class="row price-wrap"> 30 <p class="row price-wrap">
31 - {{#if isVipPrice}} 31 + {{!-- {{#if isVipPrice}}
32 <span class="fill-text">VIP</span> 32 <span class="fill-text">VIP</span>
33 {{/if}} 33 {{/if}}
34 {{#if isStudebt}} 34 {{#if isStudebt}}
35 <span class="fill-text">学</span> 35 <span class="fill-text">学</span>
36 - {{/if}} 36 + {{/if}} --}}
37 <span class="price"> 37 <span class="price">
38 ¥{{round price 2}} 38 ¥{{round price 2}}
39 </span> 39 </span>
@@ -429,7 +429,7 @@ @@ -429,7 +429,7 @@
429 429
430 .name { 430 .name {
431 font-size: 32px; 431 font-size: 32px;
432 - max-width: 65%; 432 + max-width: 70%;
433 overflow: hidden; 433 overflow: hidden;
434 text-overflow: ellipsis; 434 text-overflow: ellipsis;
435 display: -webkit-box; 435 display: -webkit-box;
@@ -458,7 +458,7 @@ @@ -458,7 +458,7 @@
458 text-align: right; 458 text-align: right;
459 } 459 }
460 460
461 - .fill-text { 461 + /* .fill-text {
462 padding: 0.05rem 0.3rem; 462 padding: 0.05rem 0.3rem;
463 color: #fff; 463 color: #fff;
464 font-size: 0.625rem; 464 font-size: 0.625rem;
@@ -466,7 +466,7 @@ @@ -466,7 +466,7 @@
466 border-radius: 0.75rem; 466 border-radius: 0.75rem;
467 display: inline-block; 467 display: inline-block;
468 background-color: #e01; 468 background-color: #e01;
469 - } 469 + } */
470 470
471 .price { 471 .price {
472 color: #e01; 472 color: #e01;
@@ -173,8 +173,9 @@ function tranformPayment(data, orderInfo, cartType, skuList, orderComputeData) { @@ -173,8 +173,9 @@ function tranformPayment(data, orderInfo, cartType, skuList, orderComputeData) {
173 obj.count = good.buy_number; 173 obj.count = good.buy_number;
174 obj.price = good.sales_price; 174 obj.price = good.sales_price;
175 obj.isLimitSkn = good.is_limit_skn === 'Y'; 175 obj.isLimitSkn = good.is_limit_skn === 'Y';
176 - obj.isVipPrice = good.sales_price !== good.last_vip_price && good.discount_tag === 'V';  
177 - obj.isStudebt = good.sales_price !== good.last_vip_price && good.discount_tag === 'S'; 176 +
  177 + // obj.isVipPrice = good.sales_price !== good.last_vip_price && good.discount_tag === 'V';
  178 + // obj.isStudebt = good.sales_price !== good.last_vip_price && good.discount_tag === 'S';
178 179
179 if (good.good_type === 'gift' && good.is_advance === 'Y') { 180 if (good.good_type === 'gift' && good.is_advance === 'Y') {
180 obj.gift = true; 181 obj.gift = true;