123456789101112131415161718192021222324 |
- <?php
- /**
- * 手机首页
- *
- *
- *
- *
- */
- defined('InShopNC') or exit('Access Invalid!');
- class mb_indexControl extends SystemControl{
- public function __construct(){
- parent::__construct();
- }
- /**
- * 首页项目列表
- */
- public function index_listOp() {
- }
- }
|