mb_index.php 311 B

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * 手机首页
  4. *
  5. *
  6. *
  7. *
  8. */
  9. defined('InShopNC') or exit('Access Invalid!');
  10. class mb_indexControl extends SystemControl{
  11. public function __construct(){
  12. parent::__construct();
  13. }
  14. /**
  15. * 首页项目列表
  16. */
  17. public function index_listOp() {
  18. }
  19. }