Authored by chenchao

fix

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