Explorar el Código

背包礼物-空投

lizhen_gitee hace 1 año
padre
commit
6781af41fc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      application/admin/model/gift/Back.php

+ 2 - 2
application/admin/model/gift/Back.php

@@ -49,8 +49,8 @@ class Back extends Model
             $row['image']     = $gift['image'];
             $row['gif_image'] = $gift['special'];
             $row['value']     = $gift['price'];
-            $row['number']    = 1;
-            $row['is_use']    = 0;
+//            $row['number']    = 1;
+//            $row['is_use']    = 0;
         });
     }