lvhao 1 月之前
父节点
当前提交
50e05d6d7e
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      core/CoreApp/models/Model_returngoods.php

+ 6 - 6
core/CoreApp/models/Model_returngoods.php

@@ -114,12 +114,12 @@ class Model_returngoods extends Lin_Model
     }
     public function getShouHouPingJiaXuanXian(){
         return [
-            0=>"未评价",
-            1=>"1星",
-            2=>"2星",
-            3=>"3星",
-            4=>"4星",
-            5=>"5星",
+            1=>"未评价",
+            2=>"1星",
+            3=>"2星",
+            4=>"3星",
+            5=>"4星",
+            6=>"5星",
         ];
     }
 }  //end class