groupbuy_classes.php 685 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php defined('InShopNC') or exit('Access Invalid!'); return array (
  2. 'name' =>
  3. array (
  4. 1 => '鲜果生蔬',
  5. 2 => '食品保健',
  6. 3 => '箱包礼品',
  7. 4 => '母婴玩具',
  8. 5 => '户外运动',
  9. 6 => '个护化妆',
  10. 7 => '生活家电',
  11. 8 => '家居家装',
  12. 9 => '服装鞋帽',
  13. ),
  14. 'parent' =>
  15. array (
  16. 1 => '0',
  17. 2 => '0',
  18. 3 => '0',
  19. 4 => '0',
  20. 5 => '0',
  21. 6 => '0',
  22. 7 => '0',
  23. 8 => '0',
  24. 9 => '0',
  25. ),
  26. 'children' =>
  27. array (
  28. 0 =>
  29. array (
  30. 0 => '1',
  31. 1 => '2',
  32. 2 => '3',
  33. 3 => '4',
  34. 4 => '5',
  35. 5 => '6',
  36. 6 => '7',
  37. 7 => '8',
  38. 8 => '9',
  39. ),
  40. ),
  41. );