Showing
1 changed file
with
1 additions
and
1 deletions
@@ -514,7 +514,7 @@ function getOrderInfo(orderCode){ | @@ -514,7 +514,7 @@ function getOrderInfo(orderCode){ | ||
514 | 514 | ||
515 | var codeListStr = ''; | 515 | var codeListStr = ''; |
516 | for(var item in result.data.couponCodeList) { | 516 | for(var item in result.data.couponCodeList) { |
517 | - codeListStr += '<br/>(券号:'+ item + ')'; | 517 | + codeListStr += '<br/>(券号:'+ result.data.couponCodeList[item] + ')'; |
518 | } | 518 | } |
519 | 519 | ||
520 | $("#couponCutAmount").html(result.data.couponCutAmount + codeListStr); | 520 | $("#couponCutAmount").html(result.data.couponCutAmount + codeListStr); |
-
Please register or login to post a comment