wupengfei 2 年之前
父節點
當前提交
c4672791f3
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      application/mall/controller/CouponConfig.php

+ 3 - 0
application/mall/controller/CouponConfig.php

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