box.php 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Category_id' => '分类ID',
  5. 'Category_name' => '分类名称',
  6. 'Box_name' => '盲盒名称',
  7. 'Box_banner_images' => '详情页顶部图',
  8. 'Box_foot_images' => '详情页底部图',
  9. 'Price' => '价格',
  10. 'Is_hot' => '热门标识',
  11. 'Is_hot 1' => '热门',
  12. 'Is_hot 0' => '非热门',
  13. 'Is_cheap' => '低价标识',
  14. 'Is_cheap 1' => '低价',
  15. 'Is_cheap 0' => '非低价',
  16. 'Is_try' => '试一试',
  17. 'Is_try 1' => '试一试',
  18. 'Is_try 0' => '非试一试',
  19. 'Set to is_hot 0' => '取消热门',
  20. 'Set to is_hot 1' => '设为热门',
  21. 'Set to is_cheap 1' => '设为低价',
  22. 'Set to is_cheap 0' => '取消低价',
  23. 'Set to is_try 1' => '设为试一试',
  24. 'Coin_price' => '金币价格',
  25. 'Create_time' => '创建时间',
  26. 'Update_time' => '更新时间',
  27. 'Delete_time' => '删除时间',
  28. 'sort' => '自定义排序'
  29. ];