xieruidong 2 years ago
parent
commit
bd29d8b78e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      application/common/model/Refund.php

+ 3 - 3
application/common/model/Refund.php

@@ -108,10 +108,10 @@ class Refund Extends Model
     const TH_TYPE_FREE=3;
     const TH_TYPE_SENDER=4;
     public static $goodsTypes=[
-        self::TH_TYPE_NONE=>'无需退货',
+        //self::TH_TYPE_NONE=>'无需退货',
         self::TH_TYPE_SELF_SEND=>'自行邮寄',
-        self::TH_TYPE_SELF_FEE=>'拍维修费',
-        self::TH_TYPE_FREE=>'一年以内免费保修',
+        //self::TH_TYPE_SELF_FEE=>'拍维修费',
+        //self::TH_TYPE_FREE=>'一年以内免费保修',
         self::TH_TYPE_SENDER=>'上门取件',
     ];
     protected $autoWriteTimestamp=true;