lvhao 1 month ago
parent
commit
4074e3e399
1 changed files with 3 additions and 1 deletions
  1. 3 1
      core/CoreApp/models/Model_returngoods.php

+ 3 - 1
core/CoreApp/models/Model_returngoods.php

@@ -38,7 +38,8 @@ class Model_returngoods extends Lin_Model
         return [
             1=>"未发货退款",
             2=>"未收到货",
-            3=>"产品问题"
+            3=>"产品问题",
+            4=>"恶意差评"
         ];
 
     }
@@ -70,6 +71,7 @@ class Model_returngoods extends Lin_Model
                 308=>"发错货",
                 309=>"其他原因"
             ],
+            4=>[]
         ];
     }