mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-05 21:32:31 +08:00
安装程序
This commit is contained in:
@ -37,19 +37,6 @@ class Index extends Common
|
||||
*/
|
||||
public function Index()
|
||||
{
|
||||
// // 服务层
|
||||
// echo Goods::Test();
|
||||
// //echo \Page::Test();
|
||||
|
||||
// // 基础类库 统一放到base下去
|
||||
// echo \base\Page::Test();
|
||||
|
||||
// // 支付类库
|
||||
// echo \payment\Alipay::Test();
|
||||
|
||||
// return 'shopxo';
|
||||
|
||||
|
||||
// 首页轮播
|
||||
$this->assign('banner_list', BannerService::Banner());
|
||||
|
||||
@ -71,11 +58,5 @@ class Index extends Common
|
||||
$this->assign('user_order_status', $user_order_status['data']);
|
||||
return $this->fetch();
|
||||
}
|
||||
|
||||
// 视图
|
||||
public function view()
|
||||
{
|
||||
return $this->fetch();
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user