Authored by chenchao

fix

@@ -214,6 +214,8 @@ public class ShoppingSupport { @@ -214,6 +214,8 @@ public class ShoppingSupport {
214 }else if (SellerGoodsHelper.isImperfectGoods(skupType)){ 214 }else if (SellerGoodsHelper.isImperfectGoods(skupType)){
215 damagesDesc = 215 damagesDesc =
216 new String(OrderDetailDesc.PaymentTips.DAMAGES_DESC_OF_IMPERFECT.toCharArray()); 216 new String(OrderDetailDesc.PaymentTips.DAMAGES_DESC_OF_IMPERFECT.toCharArray());
  217 + }else if(SellerGoodsHelper.isQuickDeliver(skupType)){
  218 + damagesDesc = new String(OrderDetailDesc.PaymentTips.DAMAGES_DESC_OF_QUICK_DELIVER.toCharArray());
217 }else { 219 }else {
218 damagesDesc = 220 damagesDesc =
219 new String(OrderDetailDesc.PaymentTips.DAMAGES_DESC.toCharArray()); 221 new String(OrderDetailDesc.PaymentTips.DAMAGES_DESC.toCharArray());