Authored by 郝肖肖

去结算 优惠劵码判断去除

@@ -772,7 +772,6 @@ $('.to-play input.submit').click(function() { @@ -772,7 +772,6 @@ $('.to-play input.submit').click(function() {
772 redEnvelopes = $('.use-envelopes input:checked').attr('data-use'), 772 redEnvelopes = $('.use-envelopes input:checked').attr('data-use'),
773 $juangroupInput = $('.play-juan.is-select input[name="juangroup"]:checked'), 773 $juangroupInput = $('.play-juan.is-select input[name="juangroup"]:checked'),
774 codeVal = $juangroupInput.val(), 774 codeVal = $juangroupInput.val(),
775 - promotionVal = $juangroupInput.closest('li').find('#juancode').val();  
776 juanCode = !!codeVal ? codeVal : $juangroupInput.closest('li').find('#juancode').val(); 775 juanCode = !!codeVal ? codeVal : $juangroupInput.closest('li').find('#juancode').val();
777 776
778 $loading.show(); 777 $loading.show();
@@ -798,7 +797,6 @@ $('.to-play input.submit').click(function() { @@ -798,7 +797,6 @@ $('.to-play input.submit').click(function() {
798 paymentType: paymentType, 797 paymentType: paymentType,
799 remark: remark, 798 remark: remark,
800 couponCode: juanCode, 799 couponCode: juanCode,
801 - promotionCode: promotionVal,  
802 yohoCoin: yohoCoin, 800 yohoCoin: yohoCoin,
803 isPreContact: ytoTrue(isPreContact), 801 isPreContact: ytoTrue(isPreContact),
804 isPrintPrice: ytoTrue(isPrintPrice), 802 isPrintPrice: ytoTrue(isPrintPrice),