Showing
1 changed file
with
1 additions
and
0 deletions
@@ -511,6 +511,7 @@ function getOrderInfo(orderCode){ | @@ -511,6 +511,7 @@ function getOrderInfo(orderCode){ | ||
511 | $("#sizeName").html(result.data.sizeName); | 511 | $("#sizeName").html(result.data.sizeName); |
512 | $("#goodsPrice").html(result.data.goodsPrice); | 512 | $("#goodsPrice").html(result.data.goodsPrice); |
513 | $("#couponCutAmount").html(result.data.couponCutAmount); | 513 | $("#couponCutAmount").html(result.data.couponCutAmount); |
514 | + $("#activityCutAmount").html(result.data.activityCutAmount); | ||
514 | $("#productNum").html(result.data.productNum); | 515 | $("#productNum").html(result.data.productNum); |
515 | $("#shipFee").html(result.data.shipFee); | 516 | $("#shipFee").html(result.data.shipFee); |
516 | $("#amount").html(result.data.amount); | 517 | $("#amount").html(result.data.amount); |
-
Please register or login to post a comment