chao 3 anni fa
parent
commit
c5ece398bb

+ 1 - 1
src/main/webapp/static/modules/bulkpurchase/orderForm.js

@@ -463,7 +463,7 @@ function setPageCoupon() {
             checked = 'checked="checked"';
         }
         if (!isNaN(item.redemptionCode)) {
-            redemptionCode = '<span>兑换码:'+item.redemptionCode+'</span>'';
+            redemptionCode = '<span>兑换码:'+item.redemptionCode+'</span>';
         }
         html += '<li><label>';
         html += '       <input type="radio" name="clubCouponId" value="'+item.clubCouponId +'" '+checked+'>';