企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
#### 1.地址路径:index.php?ctl=Seller_Index&met=index&typ=e 控制器:Seller_IndexCtl 文件路径:\shop\controllers\Seller\IndexCtl.php 视图方法:index() 文件路径:\shop\views\default\Seller\IndexCtl\index.php #### 2.文件说明 加载商家头部文件 ~~~ include $this->view->getTplPath() . '/' . 'seller_header.php'; ~~~ 商家中心主体内容 ~~~ <div class="basic-info"> 店铺基本信息展示 </div> <div class="container fn-clear container_cj"> 店铺各个模块信息展示 </div> ~~~ 加载商家底部文件 ~~~ include $this->view->getTplPath() . '/' . 'seller_footer.php'; ~~~