Authored by mali

Merge branch 'test6.9.22' of http://git.yoho.cn/ufo/ufo-platform into test6.9.22

... ... @@ -636,6 +636,7 @@ function getOrderInfo(orderCode){
$("#salesPrice").html(result.data.goodsPrice);
$("#platformFee").html(result.data.platformFee);
$("#bankTransferfee").html(result.data.bankTransferfee);
$("#sellerCouponCutAmount").html(result.data.sellerCouponCutAmount);
$("#sellerIncome").html(result.data.sellerIncome);
}
else {
... ...