wupengfei 2 éve
szülő
commit
0680a3cb77
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      application/mall/controller/CouponConfig.php

+ 2 - 2
application/mall/controller/CouponConfig.php

@@ -103,8 +103,8 @@ class  CouponConfig extends Controller
     protected function _form_filter(&$data)
     {
         if($this->request->isPost()){
-            if($data['coupon_type'] == 1) $data['amount'] = 0;
-            if($data['coupon_type'] == 1) $data['low_amount'] = 0;
+            if($data['coupon_type'] == 2) $data['amount'] = 0;
+            if($data['coupon_type'] == 2) $data['low_amount'] = 0;
 
             if( $data['low_amount']<=0){
                 $data['low_amount']= 0;