sunhao 5 years ago
parent
commit
1ff872bd90
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/views/order/ordercreate.blade.php

+ 2 - 2
resources/views/order/ordercreate.blade.php

@@ -886,7 +886,7 @@
886 886
                         if(data.code==0){
887 887
                             if(data.data.coupons == 1){
888 888
                                 $("input[name=use_coupon]").removeAttr('disabled');
889
-                                $("#use_coupon_1").attr("checked","checked");
889
+                                //$("#use_coupon_1").attr("checked","checked");
890 890
                                 $("#use_coupon_div").show();                              
891 891
                             }
892 892
                             if(data.data.if_m_gift == 1){
@@ -895,7 +895,7 @@
895 895
                             }
896 896
                             if(data.data.if_b_gift == 1){
897 897
                                 $("input[name=use_b_gift]").removeAttr('disabled');
898
-                                $("#use_b_gift_1").attr("checked","checked");
898
+                                //$("#use_b_gift_1").attr("checked","checked");
899 899
                                 $("#b_gift_div").show();
900 900
                             }
901 901
                         }else{