...
|
...
|
@@ -511,6 +511,7 @@ function getOrderInfo(orderCode){ |
|
|
$("#sizeName").html(result.data.sizeName);
|
|
|
$("#goodsPrice").html(result.data.goodsPrice);
|
|
|
$("#couponCutAmount").html(result.data.couponCutAmount);
|
|
|
$("#activityCutAmount").html(result.data.activityCutAmount);
|
|
|
$("#productNum").html(result.data.productNum);
|
|
|
$("#shipFee").html(result.data.shipFee);
|
|
|
$("#amount").html(result.data.amount);
|
...
|
...
|
|