allen 3 years ago
parent
commit
f2a2ed3f62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/index/controller/Index.php

+ 1 - 1
app/index/controller/Index.php

@@ -579,7 +579,7 @@ class Index extends Controller
         $res = [];
         foreach ($awards as $val) {
             $type = '抽奖';
-            if ($val['type'] == 1) {
+            if ($val['type'] == 2) {
                 $type = '排名奖';
             }
             $res[] = [