...
|
...
|
@@ -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 {
|
...
|
...
|
|